Skip to content

Commit 05da702

Browse files
committed
ci: Format code
1 parent 1edc1f8 commit 05da702

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ However, some additional input cases are handled:
2020
- For `z.number()`, `z.boolean()`, `z.date()`, `z.object()`, and `z.record()`,
2121
whitespace only values are parsed as `null`.
2222
- For `z.number()`, `z.boolean()`, `z.date()`,
23-
starting and ending whitespace is trimmed before parsing.
23+
starting and ending whitespace is trimmed before parsing.
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`:
2727
`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.
31-
- `foo=1&bar=2`
32-
- `foo[]=1&foo[]=2`
33-
- `foo=1,2`
31+
- `foo=1&bar=2`
32+
- `foo[]=1&foo[]=2`
33+
- `foo=1,2`
3434

3535
### Allowed Zod Schemas
3636

0 commit comments

Comments
 (0)