diff --git a/std/haxe/macro/Type.hx b/std/haxe/macro/Type.hx index 4e2a20deb8b..5008995c3b9 100644 --- a/std/haxe/macro/Type.hx +++ b/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);