We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad956bc commit da601ebCopy full SHA for da601eb
lib/node_modules/@stdlib/assert/is-alphanumeric/README.md
@@ -48,7 +48,7 @@ var bool = isAlphaNumeric( 'abc0123456789' );
48
## Notes
49
50
- For non-string values, the function returns `false`.
51
-- **Alphanumeric** is defined as the characters a-zA-Z and the numeric characters 0-9.
+- **Alphanumeric** is defined as the characters `a-zA-Z` and the numeric characters `0-9`.
52
53
</section>
54
0 commit comments