typo, parameter and type fixes
[mdref/mdref-http] / http / Env / getResponseStatusForAllCodes.md
index 2e377836a1bedea2cf30a24e4e2dfdda60259c84..51023ebf9b89ec10c74ae5d7b68d6f1e9ad2cf02 100644 (file)
@@ -2,14 +2,14 @@
 
 Retrieve a list of all known HTTP response status.
 
-## Parameters:
+## Params:
 
-None.
+None.
 
 ## Returns:
 
-* ```array``` mapping of the form \[  
+* array mapping of the form \[  
   ...  
-  ```int $code``` => ```string $status```  
+  int $code => string $status  
   ...  
   \]