Преглед изворни кода

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
 		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>;