Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(866)

Unified Diff: docs/language/dartLangSpec.tex

Issue 2638403006: Spec tweak. Fix semicolon escape-grammar where it doesn't match the rest. (Closed)
Patch Set: One more case. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/language/dartLangSpec.tex
diff --git a/docs/language/dartLangSpec.tex b/docs/language/dartLangSpec.tex
index 7df7c9f8de636f4c1344523befab5d689ca1f709..3b6bc08515106c556d69c367f6e6d85f4fb3641f 100644
--- a/docs/language/dartLangSpec.tex
+++ b/docs/language/dartLangSpec.tex
@@ -2337,12 +2337,12 @@ The normative versions of these are given in the appropriate sections of this s
%\begin{grammar}
%classInterfaceInjection:
- %class qualified typeParameters? interfaces '{\escapegrammar ;}'
+ %class qualified typeParameters? interfaces `{\escapegrammar ;}'
% .
%interfaceInterfaceInjection:
- %interface qualified typeParameters? superinterfaces '{\escapegrammar ;}'
+ %interface qualified typeParameters? superinterfaces `{\escapegrammar ;}'
%.
%\end{grammar}
@@ -5610,7 +5610,7 @@ A {\em variable declaration statement }declares a new local variable.
\begin{grammar}
{\bf localVariableDeclaration:}
- initializedVariableDeclaration {\escapegrammar';'}
+ initializedVariableDeclaration `{\escapegrammar ;}'
.
\end{grammar}
@@ -7358,7 +7358,7 @@ A {\em type alias} declares a name for a type expression.
.
{\bf functionTypeAlias:}
- functionPrefix typeParameters? formalParameterList '{\escapegrammar ;}'
+ functionPrefix typeParameters? formalParameterList `{\escapegrammar ;}'
.
{\bf functionPrefix:}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698