Explorar o código

Merge pull request #3627 from Gama11/patch-10

Typo fix
Dan Korostelev %!s(int64=10) %!d(string=hai) anos
pai
achega
1feef0935c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.
-	The type parameter represent the type of the elements stored.
+	The type parameter represents the type of the elements stored.
 **/
 extern interface ArrayAccess<T> { }