Skip to content

Commit 1f59d49

Browse files
committed
feat(str.length): fix typo
1 parent 49ab6d6 commit 1f59d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ console.log(fn('two')); // logs '🎉'
13411341

13421342
### `P.string.length`
13431343

1344-
`P.string.length(min)` matches strings with exactly `len` characters.
1344+
`P.string.length(len)` matches strings with exactly `len` characters.
13451345

13461346
```ts
13471347
const fn = (input: string) =>

0 commit comments

Comments
 (0)