소스 검색

Typo fix: contraints -> constraints

[skip ci]
Gama11 9 년 전
부모
커밋
b2d1a4ac3b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
 	added neko native serialization support
 	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
 
 2006-04-17: beta 5

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

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