Gama11 10 vuotta sitten
vanhempi
commit
b2ab8e1bca
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      std/StdTypes.hx

+ 1 - 1
std/StdTypes.hx

@@ -111,6 +111,6 @@ typedef Iterable<T> = {
 
 
 /**
 /**
 	ArrayAccess is used to indicate a class that can be accessed using brackets.
 	ArrayAccess is used to indicate a class that can be accessed using brackets.
-	The type parameter represent the type of the elements stored.
+	The type parameter represents the type of the elements stored.
 **/
 **/
 extern interface ArrayAccess<T> { }
 extern interface ArrayAccess<T> { }