diff --git a/documentation/index.html.erb b/documentation/index.html.erb index 63b04f36..d72a5ba5 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -752,9 +752,8 @@ coffee --print app/scripts/*.coffee > concatenation.js
String and RegExp Interpolation - A version of ECMAScript Harmony's proposed string interpolation - is included in CoffeeScript. Simple variables can be included by prefixing - them with a hash mark. + Ruby-style string interpolation is included in CoffeeScript. Double-quoted + strings allow for interpolated values, while single-quoted strings are literal.
<%= code_for('interpolation', 'quote') %>