mdref.json config
[mdref/mdref-http] / http / Env / negotiateEncoding.md
index 7053373f2005c1d2b88927ce15a2eb3e0cd6d063..e55213b4a5d974e94ea8d8da0f5a3e5ea9a07f6c 100644 (file)
@@ -1,14 +1,15 @@
-# static string http\Env::negotiateEncoding(array $supported[, array &$result)
+# static string http\Env::negotiateEncoding(array $supported[, array &$result])
 
 Negotiate the client's preferred encoding.
 
-> **Note:** The first elemement of $supported encodings serves as a default if no encoding matches.
+> ***NOTE:***  
+> The first element of $supported encodings serves as a default if no encoding matches.
 
 ## Params:
 
 * array $supported  
   List of supported content encodings.
-* Optional reference array &$result  
+* Optional array &$result  
   Out parameter recording negotiation results.
   
 ## Returns: