diff --git a/coffeescript/04_idioms.html b/coffeescript/04_idioms.html index 9d9dd3d..66036a3 100644 --- a/coffeescript/04_idioms.html +++ b/coffeescript/04_idioms.html @@ -61,7 +61,7 @@

Map

}); -

As we covered in the syntax chapter, CoffeeScript's comprehensions can be used to get the same behavior as map(). Notice we're surrounding the comprehension with parens, which is absolutely critical in ensuring the comprehension returns what you'd expect, the mapped array.

+

As we covered in the syntax chapter, CoffeeScript's comprehensions can be used to get the same behavior as map(). Notice we're surrounding the comprehension with parentheses, which is absolutely critical in ensuring the comprehension returns what you'd expect, the mapped array.

@@ -283,4 +283,4 @@

Private variables

- \ No newline at end of file +