Skip to content

Commit bdeaaaf

Browse files
authored
docs: typo (#202)
Co-authored-by: Ernest <>
1 parent d4e9652 commit bdeaaaf

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
@@ -92,7 +92,7 @@
9292
- ✅ z.tuple
9393
- ✅ z.undefined
9494
- ✅ z.union
95-
- ✅ z.unknown: return `fake(z.any())`
95+
- ✅ z.unknown: returns `fake(z.any())`
9696
- ✅ z.void: return `fake(z.any())`
9797

9898
[^1]: Not compatible with other validations. For example, `z.length(5)` is ignored in `z.base64().length(5)`.

0 commit comments

Comments
 (0)