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

Unified Diff: src/site/_includes/language-tour/control-flow/index.markdown

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: Created 8 years, 5 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
Index: src/site/_includes/language-tour/control-flow/index.markdown
diff --git a/src/site/_includes/language-tour/control-flow/index.markdown b/src/site/_includes/language-tour/control-flow/index.markdown
index 4cf06439a2d99f964abe01b4f028f3a1e15629c1..a7529710dc59d448aaa58b2354d1873f7f973133 100644
--- a/src/site/_includes/language-tour/control-flow/index.markdown
+++ b/src/site/_includes/language-tour/control-flow/index.markdown
@@ -193,9 +193,12 @@ assert(number < 100); // Make sure the value is less than 100.
assert(urlString.startsWith('https')); // Make sure this is an HTTPS URL.
{% endhighlight %}
-<aside class="note" markdown="1">
- **Important:** Assert statements work only in checked mode.
- They have no effect in production mode.
+<aside>
+ <div class="alert alert-info">
+ <strong>Tip:</strong>
+ Assert statements work only in checked mode.
+ They have no effect in production mode.
+ </div>
</aside>
Inside the parentheses, you can put any expression
« no previous file with comments | « src/site/_includes/language-tour/classes/index.markdown ('k') | src/site/_includes/language-tour/generics/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698