Skip to content

Commit 4c60019

Browse files
committed
remove ForType mention
1 parent 1378f27 commit 4c60019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ or as a value of this type:
4040
4141
# Inference
4242
43-
The [For] and [forType] functions return a [Schema] describing the given Go type.
43+
The [For] function returns a [Schema] describing the given Go type.
4444
The type cannot contain any function or channel types, and any map types must have a string key.
4545
For example, calling For on the above Player type results in this schema:
4646

0 commit comments

Comments
 (0)