Skip to content

Commit

Permalink
feat(str.length): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gvergnaud committed Jun 12, 2024
1 parent 5c6a62c commit 473041e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ console.log(fn('two')); // logs '🎉'

### `P.string.length`

`P.string.length(min)` matches strings with exact `len` characters.
`P.string.length(min)` matches strings with exactly `len` characters.

```ts
const fn = (input: string) =>
Expand Down

0 comments on commit 473041e

Please sign in to comment.