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

Unified Diff: src/site/support/faq.html

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
« no previous file with comments | « src/site/slides/2012/03/bootstrap/images/sdk-directory-layout.png ('k') | twitter/Twitter-02.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/support/faq.html
diff --git a/src/site/support/faq.html b/src/site/support/faq.html
index 801d4744d17b087966c92a810ca11cbad1ec95fb..45ea99fd7c6552fe886ec78f1232247fe55f2c72 100644
--- a/src/site/support/faq.html
+++ b/src/site/support/faq.html
@@ -180,7 +180,7 @@ makeGreeting = function(name) {
// Dart code
String MakeGreeting(String name) {
- String greeting = 'hello ' + name;
+ String greeting = 'hello $name';
return greeting;
}
{% endhighlight %}
« no previous file with comments | « src/site/slides/2012/03/bootstrap/images/sdk-directory-layout.png ('k') | twitter/Twitter-02.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698