Chromium Code Reviews| 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 %} |