소스 검색

Expr.TypeParam: fix docs typo (#5609)

Gama11 9 년 전
부모
커밋
e921d9ace8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/haxe/macro/Expr.hx

+ 1 - 1
std/haxe/macro/Expr.hx

@@ -564,7 +564,7 @@ typedef TypePath = {
 }
 
 /**
-	Represents a concrete type parameters in the AST.
+	Represents a concrete type parameter in the AST.
 
 	Haxe allows expressions in concrete type parameters, e.g.
 	`new YourType<["hello", "world"]>`. In that case the value is `TPExpr` while