player-03 10 months ago
parent
commit
2f05f37662
1 changed files with 1 additions and 1 deletions
  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);