diff --git a/core/encoding/json/marshal.odin b/core/encoding/json/marshal.odin index 2a052dbd9..8b3a2bd56 100644 --- a/core/encoding/json/marshal.odin +++ b/core/encoding/json/marshal.odin @@ -53,7 +53,7 @@ Marshal_Options :: struct { // Output enum value's name instead of its underlineing value. // - // NOTE: If a name isn't found it'll use the underlineing value. + // NOTE: If a name isn't found it'll use the underlineing value. use_enum_names: bool, // Internal state