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