Skip to content

Commit 47108e0

Browse files
authored
Remove extra parenthesis in README
1 parent 91b6c84 commit 47108e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ It'll automatically compile them into regular expressions, escaping them where n
180180
```js
181181
moo.compile({
182182
IDEN: {match: /[a-zA-Z]+/, keywords: {
183-
KW: ['while', 'if', 'else', 'moo', 'cows']),
183+
KW: ['while', 'if', 'else', 'moo', 'cows'],
184184
}},
185185
SPACE: {match: /\s+/, lineBreaks: true},
186186
})

0 commit comments

Comments
 (0)