Skip to content

Commit 4e3450f

Browse files
committed
Use singular
1 parent e312638 commit 4e3450f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/regexp/whitespace

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/regexp/whitespace/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ bool = reWhitespace.REGEXP.test( '\\n' );
8787
/([\u0009\u000A\u000B\u000C\u000D\u0020\u0085\u00A0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF])/
8888
```
8989
90-
- The following characters can be set as flags in a regular expressions:
90+
- The following characters can be set as flags in a regular expression:
9191
9292
| Flag | Description |
9393
| ---- | ------------------- |

0 commit comments

Comments
 (0)