player-03 пре 11 месеци
родитељ
комит
2f05f37662
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      std/haxe/macro/Type.hx

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

@@ -612,7 +612,7 @@ typedef MetaAccess = {
  */
 enum FieldKind {
 	/**
-		A variable of property, depending on the `read` and `write` values.
+		A variable or property, depending on the `read` and `write` values.
 	**/
 	FVar(read:VarAccess, write:VarAccess);