player-03 10 月之前
父節點
當前提交
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);