Sfoglia il codice sorgente

Merge pull request #4861 from Gama11/contraints

Typo fix: contraints -> constraints
Dan Korostelev 9 anni fa
parent
commit
34b856ef30
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      extra/CHANGES.txt
  2. 1 1
      std/haxe/rtti/CType.hx

+ 1 - 1
extra/CHANGES.txt

@@ -1482,7 +1482,7 @@
 	fixed infinite loop in neko EReg split/replace and epsilon matching
 	fixed infinite loop in neko EReg split/replace and epsilon matching
 	added neko native serialization support
 	added neko native serialization support
 	fixed syntax for multiple constraints in type parameter
 	fixed syntax for multiple constraints in type parameter
-	added recursive type parameters contraints (T : C<T> constraints)
+	added recursive type parameters constraints (T : C<T> constraints)
 	updated Xml handling
 	updated Xml handling
 
 
 2006-04-17: beta 5
 2006-04-17: beta 5

+ 1 - 1
std/haxe/rtti/CType.hx

@@ -43,7 +43,7 @@ typedef PathParams = {
 	var params : List<CType>;
 	var params : List<CType>;
 }
 }
 
 
-typedef TypeParams = Array<String> // no contraints
+typedef TypeParams = Array<String> // no constraints
 
 
 enum Rights {
 enum Rights {
 	RNormal;
 	RNormal;