Nicolas Cannasse 18 years ago
parent
commit
4c21aedf5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/neko/Web.hx

+ 1 - 1
std/neko/Web.hx

@@ -180,7 +180,7 @@ class Web {
 
 
 	/**
-		Set a Cookie value in the HTTP headers. Same remark as setClientHeader.
+		Set a Cookie value in the HTTP headers. Same remark as setHeader.
 	**/
 	public static function setCookie( k : String, v : String ) {
 		_set_cookie(untyped k.__s,untyped v.__s);