Skip to content

Commit c42a12e

Browse files
authored
Update README.md
1 parent f938336 commit c42a12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ However, some additional input cases are handled:
2424
- For `z.boolean()`, the following strings are parsed as `true`:
2525
`true`, `True`, `TRUE`, `yes`, `Yes`, `YES`, and `1`.
2626
- For `z.boolean()`, the following values are parsed as `false`:
27-
`false`, `False`, `FALSE`, `no`, `No`, `NO`, and '0'.
27+
`false`, `False`, `FALSE`, `no`, `No`, `NO`, and `0`.
2828
- Parses `z.array()` in the following formats.
2929
In order to support unambiguous parsing, array string values
3030
containing a `,` are not supported.

0 commit comments

Comments
 (0)