Skip to content

Commit da601eb

Browse files
committed
Add backticks
1 parent ad956bc commit da601eb

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/is-alphanumeric

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/is-alphanumeric/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var bool = isAlphaNumeric( 'abc0123456789' );
4848
## Notes
4949

5050
- For non-string values, the function returns `false`.
51-
- **Alphanumeric** is defined as the characters a-zA-Z and the numeric characters 0-9.
51+
- **Alphanumeric** is defined as the characters `a-zA-Z` and the numeric characters `0-9`.
5252

5353
</section>
5454

0 commit comments

Comments
 (0)