diff --git a/documentation/index.html.erb b/documentation/index.html.erb index ac98b51a..18dfdcc7 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -946,7 +946,7 @@ coffee --print app/scripts/*.coffee > concatenation.js Range comprehensions now generate cleaner code, but you have to specify by -1 if you'd like to iterate downward. Reporting of syntax errors is greatly improved from the previous release. Running coffee with no arguments - now launches the REPL, with Readline support. The &- bind operator + now launches the REPL, with Readline support. The <- bind operator has been removed from CoffeeScript. The loop keyword was added, which is equivalent to a while true loop. Comprehensions that contain closures will now close over their variables, like the semantics of a forEach. diff --git a/index.html b/index.html index a99483dd..0fc7c122 100644 --- a/index.html +++ b/index.html @@ -1862,7 +1862,7 @@ html = '< Range comprehensions now generate cleaner code, but you have to specify by -1 if you'd like to iterate downward. Reporting of syntax errors is greatly improved from the previous release. Running coffee with no arguments - now launches the REPL, with Readline support. The &- bind operator + now launches the REPL, with Readline support. The <- bind operator has been removed from CoffeeScript. The loop keyword was added, which is equivalent to a while true loop. Comprehensions that contain closures will now close over their variables, like the semantics of a forEach.