Typo
[mdref/mdref-http] / http / Env / negotiate.md
index 0230bc684e3f9acbf2a227da677897fabdf9fb91..6463bef0908799d0eefafaddf967711692e8456b 100644 (file)
@@ -2,20 +2,21 @@
 
 Generic negotiator. For specific client negotiation see http\Env::negotiateContentType() and related methods.
 
-> ***NOTE:*** The first elemement of $supported serves as a default if no operand matches.
+> ***NOTE:***  
+> The first elemement of $supported serves as a default if no operand matches.
 
 ## Params:
 
-* ```string $params```  
+* string $params  
   HTTP header parameter's value to negotiate.
-* ```array $supported```  
+* array $supported  
   List of supported negotiation operands.
-* Optional ```string $prim_typ_sep```  
+* Optional string $prim_typ_sep  
   A "primary type separator", i.e. that would be a hyphen for content language negotiation (en-US, de-DE, etc.).
-* Optional reference ```array &$result```  
+* Optional reference array &$result  
   Out parameter recording negotiation results.
   
 ## Returns:
 
-* ```NULL```, if negotiation fails.
-* ```string```, the closest match negotiated, or the default (first entry of $supported).
+* NULL, if negotiation fails.
+* string, the closest match negotiated, or the default (first entry of $supported).