player-03 9 tháng trước cách đây
mục cha
commit
2f05f37662
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);