We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328dea0 commit 022b100Copy full SHA for 022b100
README.md
@@ -14,7 +14,7 @@ A library of string validators and sanitizers.
14
**This library validates and sanitizes strings only.**
15
16
If you're not sure if your input is a string, coerce it using `input + ''`.
17
-Passing anything other than a string is an error.
+Passing anything other than a string will result in an error.
18
19
## Installation and Usage
20
0 commit comments