Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
player-03 authored Oct 17, 2024
1 parent a8e181c commit dfa0715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/haxe/macro/Type.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit dfa0715

Please sign in to comment.