typo, parameter and type fixes
[mdref/mdref-http] / http / Env / getResponseStatusForCode.md
index d2bfa8586fec4f87683bb3e8025754c0cbaca639..1830561a9ebea37b06ca47b33f05c447db3a8bad 100644 (file)
@@ -2,13 +2,12 @@
 
 Retrieve the string representation of specified HTTP response code.
 
-## Parameters:
+## Params:
 
-* ```int $code```  
+* int $code  
   The HTTP response code to get the string representation for.
   
 ## Returns:
 
-* ```string```, the HTTP response status message
-* empty ```string```, if no message for this code was found
+* string, the HTTP response status message (may be empty, if no message for this code was found)