From a322b3ad688f7897d7f6442badb822cff4d3ddbd Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Sat, 17 Jul 2010 10:33:32 -0400 Subject: [PATCH] renamed #strings sectiong to #heredocs --- documentation/index.html.erb | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/index.html.erb b/documentation/index.html.erb index 075eda48..ff6ec46f 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -59,7 +59,7 @@ Try/Catch/Finally Chained Comparisons String and RegExp Interpolation - Multiline Strings, Heredocs, and Block Comments + Multiline Strings, Heredocs, and Block Comments Cake, and Cakefiles "text/coffeescript" Script Tags Resources @@ -777,7 +777,7 @@ coffee --print app/scripts/*.coffee > concatenation.js <%= code_for('interpolation_expression', 'sentence') %>

- + Multiline Strings, Heredocs, and Block Comments Multiline strings are allowed in CoffeeScript.

diff --git a/index.html b/index.html index 966fc6a4..d70c57b2 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@ Try/Catch/Finally Chained Comparisons String and RegExp Interpolation - Multiline Strings, Heredocs, and Block Comments + Multiline Strings, Heredocs, and Block Comments Cake, and Cakefiles "text/coffeescript" Script Tags Resources @@ -1638,7 +1638,7 @@ dates = (new RegExp(("\\d+" + sep + "\\d+" + sep + "\\d+"), "g")); ;alert(sentence);'>run: sentence

- + Multiline Strings, Heredocs, and Block Comments Multiline strings are allowed in CoffeeScript.