2
0
Nicolas Cannasse 18 жил өмнө
parent
commit
47718e2d7e
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      std/neko/Web.hx

+ 1 - 1
std/neko/Web.hx

@@ -47,7 +47,7 @@ class Web {
 
 	/**
 		Returns an Array of Strings built using GET / POST values.
-		If you have in your URL the parameters [a[]=foo;a[]=hello;a[]=bar;a[]=baz] then
+		If you have in your URL the parameters [a[]=foo;a[]=hello;a[5]=bar;a[3]=baz] then
 		[neko.Web.getParamValues("a")] will return [["foo","hello",null,"baz",null,"bar"]]
 	**/
 	public static function getParamValues( param : String ) : Array<String> {