big update's coming
[mdref/mdref-http] / http / Header.md
index 037d7a437e1cf3e876851c981a95c8a3d9aa7f44..59ad426f1ba88801fea281b8c788fa2e573df0dc 100644 (file)
@@ -1,4 +1,4 @@
-# class http\Header extends http\Object implements Serializable
+# class http\Header implements Serializable
 
 The http\Header class provides methods to manipulate, match, negotiate and serialize HTTP headers.
 
@@ -9,7 +9,7 @@ The http\Header class provides methods to manipulate, match, negotiate and seria
 * MATCH_CASE  
   Perform case sensitive matching.
 * MATCH_WORD  
-  Match only on word boundaries (according by CTYPE alpha-numeric).
+  Match only on word boundaries (according by CType alpha-numeric).
 * MATCH_FULL  
   Match the complete string.
 * MATCH_STRICT