typo, parameter and type fixes
[mdref/mdref-http] / http / Env / negotiateContentType.md
index ccdac8119c89c1c55e4252d45268d5e0b25d2fad..a43180ac0661688a99039c6a14fd212983469230 100644 (file)
@@ -1,15 +1,15 @@
-# static string http\Env::negotiateContentType(array $supported[, array &$result)
+# static string http\Env::negotiateContentType(array $supported[, array &$result])
 
 Negotiate the client's preferred MIME content type.
 
 > ***NOTE:***  
-> The first elemement of $supported content types serves as a default if no content-type matches.
+> The first element of $supported content types serves as a default if no content-type matches.
 
 ## Params:
 
 * array $supported  
   List of supported MIME content types.
-* Optional reference array &$result  
+* Optional array &$result  
   Out parameter recording negotiation results.
   
 ## Returns: