Skip to content

Commit a7d9e92

Browse files
authored
Fix to ForOptions documentation (#58)
1 parent 48061fe commit a7d9e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema/infer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type ForOptions struct {
3636
// ensure uniqueness).
3737
// Types in this map override the default translations, as described
3838
// in [For]'s documentation.
39-
// PropertyOrder defined in these schemas will not be used in [For]
39+
// PropertyOrder defined in these schemas will not be used in [For] or [ForType].
4040
TypeSchemas map[reflect.Type]*Schema
4141
}
4242

0 commit comments

Comments
 (0)