We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f938336 commit c42a12eCopy full SHA for c42a12e
README.md
@@ -24,7 +24,7 @@ However, some additional input cases are handled:
24
- For `z.boolean()`, the following strings are parsed as `true`:
25
`true`, `True`, `TRUE`, `yes`, `Yes`, `YES`, and `1`.
26
- For `z.boolean()`, the following values are parsed as `false`:
27
- `false`, `False`, `FALSE`, `no`, `No`, `NO`, and '0'.
+ `false`, `False`, `FALSE`, `no`, `No`, `NO`, and `0`.
28
- Parses `z.array()` in the following formats.
29
In order to support unambiguous parsing, array string values
30
containing a `,` are not supported.
0 commit comments