mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
fixing html entity in the changelog
This commit is contained in:
parent
7d79d73b58
commit
cb45c8feac
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
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
|
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
|
improved from the previous release. Running <tt>coffee</tt> with no arguments
|
||||||
now launches the REPL, with Readline support. The <tt>&-</tt> bind operator
|
now launches the REPL, with Readline support. The <tt><-</tt> bind operator
|
||||||
has been removed from CoffeeScript. The <tt>loop</tt> keyword was added,
|
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
|
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>.
|
closures will now close over their variables, like the semantics of a <tt>forEach</tt>.
|
||||||
|
|
|
@ -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>
|
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
|
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
|
improved from the previous release. Running <tt>coffee</tt> with no arguments
|
||||||
now launches the REPL, with Readline support. The <tt>&-</tt> bind operator
|
now launches the REPL, with Readline support. The <tt><-</tt> bind operator
|
||||||
has been removed from CoffeeScript. The <tt>loop</tt> keyword was added,
|
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
|
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>.
|
closures will now close over their variables, like the semantics of a <tt>forEach</tt>.
|
||||||
|
|
Loading…
Add table
Reference in a new issue