Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Jun 5, 2024
1 parent b951660 commit 616799f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hld/Value.hx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enum Hint {
HBin; // v:b
HEnumFlags(t : String); // v:EnumFlags<T>, v:haxe.EnumFlags<T>
HEnumIndex(t : String); // v:EnumIndex<T>
HCdbEnum(t : String); // v:CDB<T>, c:CDBEnum<T> -- for CastleDB
HCdbEnum(t : String); // v:CDB<T>, v:CDBEnum<T> -- for CastleDB
}

@:structInit class Value {
Expand Down

0 comments on commit 616799f

Please sign in to comment.