Skip to content

Commit 8d32f1f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dot-parse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ indicates negation.
115115

116116
And finally the character set is enclosed by square brackets.
117117

118-
Now let's build the parser using the `Parser` class. First we build the two primitives:
118+
Now let's build the parser using the `Parser` class. First, the two primitives:
119119

120120
```java {.good}
121121
// backslash and right bracket are not allowed

0 commit comments

Comments
 (0)