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

Unified Diff: docs/language/dartLangSpec.tex

Issue 2841543002: Spelling a (Closed)
Patch Set: Created 3 years, 8 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 | pkg/analysis_server/test/context_manager_driver_test.dart » ('j') | 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 3d43547c24ba8f1babdbfaf02fa3754a1d8256d2..adec30a2e00e590efe76c15cc15a11f27686fd0d 100644
--- a/docs/language/dartLangSpec.tex
+++ b/docs/language/dartLangSpec.tex
@@ -155,7 +155,7 @@ Grammar productions are given in a common variant of EBNF. The left hand side o
% ~. ~ does not actually parse stuff - it just looks ahead and checks. To get the effect of
% parsing anything but X, one needs ~X ANYTHING, not just ~X. There are bugs in the
% grammar related to this.
-% The alternative is to define ~X as anything but X, or to introduce an anthingBut(X)
+% The alternative is to define ~X as anything but X, or to introduce an anythingBut(X)
% combinator, such as !X
\LMHash{}
« no previous file with comments | « no previous file | pkg/analysis_server/test/context_manager_driver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698