Skip to content

Commit aef7069

Browse files
committed
Fix grammar
1 parent c44a7ae commit aef7069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

spec/Section 2 -- Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ lacks the punctuation often used to describe mathematical expressions.
186186

187187
Name ::
188188

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

191191
NameStart ::
192192

0 commit comments

Comments
 (0)