瀏覽代碼

Apply suggestions from code review

Fixing spelling mistakes pointed out & fixed by layton.

Co-authored-by: Laytan <[email protected]>

blob1807 1 年之前
父節點
當前提交
b419615002
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core/encoding/json/marshal.odin

+ 2 - 2
core/encoding/json/marshal.odin

@@ -51,9 +51,9 @@ Marshal_Options :: struct {
 	// NOTE: This will temp allocate and sort a list for each map.
 	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,
 
 	// Internal state