From 473041e5caa74f219765904bd0327f5e446c02d5 Mon Sep 17 00:00:00 2001 From: gvergnaud Date: Wed, 12 Jun 2024 08:27:06 -0400 Subject: [PATCH] feat(str.length): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b38bd31..27f8c689 100644 --- a/README.md +++ b/README.md @@ -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) =>