Skip to content

Commit

Permalink
Merge pull request #2019 from vbud/patch-1
Browse files Browse the repository at this point in the history
fix typo in readme
  • Loading branch information
JacobWeisenburger committed Feb 19, 2023
2 parents 654f529 + 3c54461 commit 981af65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -1409,7 +1409,7 @@ type NumberSet = z.infer<typeof numberSet>;
// type NumberSet = Set<number>
```

Set schemas can be further contrainted with the following utility methods.
Set schemas can be further constrained with the following utility methods.

```ts
z.set(z.string()).nonempty(); // must contain at least one item
Expand Down

0 comments on commit 981af65

Please sign in to comment.