Skip to content

Commit aef2e2d

Browse files
authored
Remove unnecessary negative lookahead
1 parent 2fc8b0c commit aef2e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Appendix B -- Grammar Summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Punctuator :: one of ! $ & ( ) ... : = @ [ ] { | }
4747

4848
Name ::
4949

50-
- NameStart NameContinue\* [lookahead != {NameContinue, `.`}]
50+
- NameStart NameContinue\* [lookahead != NameContinue]
5151

5252
NameStart ::
5353

0 commit comments

Comments
 (0)