renamed #strings sectiong to #heredocs

This commit is contained in:
Jeremy Ashkenas 2010-07-17 10:33:32 -04:00
parent 9814fc2e1c
commit a322b3ad68
2 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@
<a href="#try">Try/Catch/Finally</a>
<a href="#comparisons">Chained Comparisons</a>
<a href="#interpolation">String and RegExp Interpolation</a>
<a href="#strings">Multiline Strings, Heredocs, and Block Comments</a>
<a href="#heredocs">Multiline Strings, Heredocs, and Block Comments</a>
<a href="#cake">Cake, and Cakefiles</a>
<a href="#scripts">"text/coffeescript" Script Tags</a>
<a href="#resources">Resources</a>
@ -777,7 +777,7 @@ coffee --print app/scripts/*.coffee > concatenation.js</pre>
<%= code_for('interpolation_expression', 'sentence') %>
<p>
<span id="strings" class="bookmark"></span>
<span id="heredocs" class="bookmark"></span>
<b class="header">Multiline Strings, Heredocs, and Block Comments</b>
Multiline strings are allowed in CoffeeScript.
</p>

View File

@ -45,7 +45,7 @@
<a href="#try">Try/Catch/Finally</a>
<a href="#comparisons">Chained Comparisons</a>
<a href="#interpolation">String and RegExp Interpolation</a>
<a href="#strings">Multiline Strings, Heredocs, and Block Comments</a>
<a href="#heredocs">Multiline Strings, Heredocs, and Block Comments</a>
<a href="#cake">Cake, and Cakefiles</a>
<a href="#scripts">"text/coffeescript" Script Tags</a>
<a href="#resources">Resources</a>
@ -1638,7 +1638,7 @@ dates = (new RegExp(("\\d+" + sep + "\\d+" + sep + "\\d+"), "g"));
;alert(sentence);'>run: sentence</button><br class='clear' /></div>
<p>
<span id="strings" class="bookmark"></span>
<span id="heredocs" class="bookmark"></span>
<b class="header">Multiline Strings, Heredocs, and Block Comments</b>
Multiline strings are allowed in CoffeeScript.
</p>