Skip to content

Commit 6039da5

Browse files
committed
README example of compileCharacterSet()
1 parent 8d32f1f commit 6039da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dot-parse/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ The final `.not()` corresponds to the caret (`^`) character.
107107

108108
To parse the character set string, there are two types of primitives:
109109

110-
1. Range, like `a-z`, `0-9`.
111-
2. Literal character, like `abc` (3 literal characters), or `-_` (literal hyphen and literal underscore).
110+
1. Ranges, like `a-z`, `0-9`.
111+
2. Literal characters, like `abc` (3 literal characters), or `-_` (literal hyphen and literal underscore).
112112

113113
A character set is a list of these two types of primitives. And optionally a caret (`^`) at the beginning
114114
indicates negation.

0 commit comments

Comments
 (0)