瀏覽代碼

fix minor typo in Type.getEnumConstructs [skip ci]

Dan Korostelev 8 年之前
父節點
當前提交
b8d156adb4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/Type.hx

+ 1 - 1
std/Type.hx

@@ -215,7 +215,7 @@ extern class Type {
 		The order of the constructor names in the returned Array is preserved
 		The order of the constructor names in the returned Array is preserved
 		from the original syntax.
 		from the original syntax.
 
 
-		If `c` is null, the result is unspecified.
+		If `e` is null, the result is unspecified.
 	**/
 	**/
 	public static function getEnumConstructs( e : Enum<Dynamic> ) : Array<String>;
 	public static function getEnumConstructs( e : Enum<Dynamic> ) : Array<String>;