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);