Skip to content

Commit

Permalink
Editorial: remove _ RHS from RegExpIdentifierPart
Browse files Browse the repository at this point in the history
... because it's already derived by UnicodeIDContinue RHS.

(See issue tc39#1059.)
  • Loading branch information
jmdyck committed Jan 26, 2018
1 parent 4d98d31 commit 240716c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -29185,7 +29185,6 @@ <h2>Syntax</h2>
RegExpIdentifierPart[U] ::
UnicodeIDContinue
`$`
`_`
`\` RegExpUnicodeEscapeSequence[?U]
&lt;ZWNJ&gt;
&lt;ZWJ&gt;
Expand Down

0 comments on commit 240716c

Please sign in to comment.