We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d32f1f commit 6039da5Copy full SHA for 6039da5
dot-parse/README.md
@@ -107,8 +107,8 @@ The final `.not()` corresponds to the caret (`^`) character.
107
108
To parse the character set string, there are two types of primitives:
109
110
-1. Range, like `a-z`, `0-9`.
111
-2. Literal character, like `abc` (3 literal characters), or `-_` (literal hyphen and literal underscore).
+1. Ranges, like `a-z`, `0-9`.
+2. Literal characters, like `abc` (3 literal characters), or `-_` (literal hyphen and literal underscore).
112
113
A character set is a list of these two types of primitives. And optionally a caret (`^`) at the beginning
114
indicates negation.
0 commit comments