mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Apply suggestions from code review
Fixing spelling mistakes pointed out & fixed by layton. Co-authored-by: Laytan <laytanlaats@hotmail.com>
This commit is contained in:
@@ -51,9 +51,9 @@ Marshal_Options :: struct {
|
|||||||
// NOTE: This will temp allocate and sort a list for each map.
|
// NOTE: This will temp allocate and sort a list for each map.
|
||||||
sort_maps_by_key: bool,
|
sort_maps_by_key: bool,
|
||||||
|
|
||||||
// Output enum value's name instead of its underlineing value.
|
// Output enum value's name instead of its underlying 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 underlying value.
|
||||||
use_enum_names: bool,
|
use_enum_names: bool,
|
||||||
|
|
||||||
// Internal state
|
// Internal state
|
||||||
|
|||||||
Reference in New Issue
Block a user