Fix typo in a comment in JavaScript example grammar

redux
David Majda 12 years ago
parent 46b2eaf3e3
commit 70e4166bb2

@ -1509,7 +1509,7 @@ SourceElements
/* /*
* The specification also allows |FunctionDeclaration| here. We do it * The specification also allows |FunctionDeclaration| here. We do it
* implicitly, because we consider |FunctionDeclaration| and * implicitly, because we consider |FunctionDeclaration| and
* |FunctionExpression| as statements. See the coment at the |Statement| rule. * |FunctionExpression| as statements. See the comment at the |Statement| rule.
*/ */
SourceElement SourceElement
= Statement = Statement

Loading…
Cancel
Save