Merge branch 'master' of github.com:m6w6/mdref-http
[mdref/mdref-http] / http / Env / negotiateEncoding.md
index 4c070b709ab527a3c0b4597da4f1542c8df98f02..7053373f2005c1d2b88927ce15a2eb3e0cd6d063 100644 (file)
@@ -2,16 +2,16 @@
 
 Negotiate the client's preferred encoding.
 
-> ***NOTE:*** The first elemement of $supported encodings serves as a default if no encoding matches.
+> **Note:** The first elemement of $supported encodings serves as a default if no encoding matches.
 
 ## Params:
 
-* ```array $supported```  
+* array $supported  
   List of supported content encodings.
-* Optional reference ```array &$result```  
+* Optional reference array &$result  
   Out parameter recording negotiation results.
   
 ## Returns:
 
-* ```NULL```, if negotiation fails.
-* ```string```, the negotiated encoding.
+* NULL, if negotiation fails.
+* string, the negotiated encoding.