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

Unified Diff: docs/language/dart.sty

Issue 2644513003: Fix bug in dart.sty. (Closed)
Patch Set: 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/dart.sty
diff --git a/docs/language/dart.sty b/docs/language/dart.sty
index 281692ec6b8287c8a7d8a8cb7a552afa1ac7bf84..125c7717ebf1dcb54c3b151b81920328428256c4 100644
--- a/docs/language/dart.sty
+++ b/docs/language/dart.sty
@@ -69,9 +69,9 @@
\def\WITH{\keyword{with}}
\def\YIELD{\keyword{yield}}
-\newenvironment{Q}[1]{{\bf #1}}
-\newenvironment{rationale}[1]{{\it #1}}
-\newenvironment{commentary}[1]{{\sf #1}}
+\newenvironment{Q}[1]{{\bf #1}}{}
+\newenvironment{rationale}[1]{{\it #1}}{}
+\newenvironment{commentary}[1]{{\sf #1}}{}
\newenvironment{dartCode}[1][!ht] {
% \begin{verbatim}[#1]
« 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