Skip to content

Commit 8766ca6

Browse files
authored
Update README.md
1 parent 8893ee5 commit 8766ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ const myBrandedSchema = z.string().brand(myBrand);
14041404

14051405
const ruleForDocs: Overrider = (
14061406
{ zodSchema, jsonSchema }, // return changed jsonSchema
1407-
{ path, method, isResponse }, // handle a nested schema using next()
1407+
{ path, method, isResponse },
14081408
) => ({
14091409
...jsonSchema,
14101410
summary: "Special type of data",

0 commit comments

Comments
 (0)