Skip to content

Commit 1808578

Browse files
committed
Fix typo about defaults_additional_field
1 parent 5dffecb commit 1808578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/options.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let schema =
2828

2929
let require_all = JsonSchema.schema_require_all schema
3030

31-
let defaults_additional_field = "__additional__" (* tihs shouldn't conflict with any actual field *)
31+
let defaults_additional_field = "__additional__" (* this shouldn't conflict with any actual field *)
3232
let defaults = JsonSchema.schema_defaults ~additional_field:defaults_additional_field schema
3333

3434
let () =

0 commit comments

Comments
 (0)