fixing html entity in the changelog

This commit is contained in:
Jeremy Ashkenas 2010-06-30 19:51:49 -04:00
parent 7d79d73b58
commit cb45c8feac
2 changed files with 2 additions and 2 deletions

View File

@ -946,7 +946,7 @@ coffee --print app/scripts/*.coffee > concatenation.js</pre>
Range comprehensions now generate cleaner code, but you have to specify <tt>by -1</tt>
if you'd like to iterate downward. Reporting of syntax errors is greatly
improved from the previous release. Running <tt>coffee</tt> with no arguments
now launches the REPL, with Readline support. The <tt>&amp;-</tt> bind operator
now launches the REPL, with Readline support. The <tt>&lt;-</tt> bind operator
has been removed from CoffeeScript. The <tt>loop</tt> keyword was added,
which is equivalent to a <tt>while true</tt> loop. Comprehensions that contain
closures will now close over their variables, like the semantics of a <tt>forEach</tt>.

View File

@ -1862,7 +1862,7 @@ html <span class="Keyword">=</span> <span class="String"><span class="String">'<
Range comprehensions now generate cleaner code, but you have to specify <tt>by -1</tt>
if you'd like to iterate downward. Reporting of syntax errors is greatly
improved from the previous release. Running <tt>coffee</tt> with no arguments
now launches the REPL, with Readline support. The <tt>&amp;-</tt> bind operator
now launches the REPL, with Readline support. The <tt>&lt;-</tt> bind operator
has been removed from CoffeeScript. The <tt>loop</tt> keyword was added,
which is equivalent to a <tt>while true</tt> loop. Comprehensions that contain
closures will now close over their variables, like the semantics of a <tt>forEach</tt>.