typo, parameter and type fixes
[mdref/mdref-http] / http / Env / getResponseStatusForCode.md
index e97b60fbabbe4c6c9483cc3c2af939ef23fa4a6b..1830561a9ebea37b06ca47b33f05c447db3a8bad 100644 (file)
@@ -2,13 +2,12 @@
 
 Retrieve the string representation of specified HTTP response code.
 
-## Parameters:
+## Params:
 
 * 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)