From 13cb377457cf4921609987b44f5b702791903bd5 Mon Sep 17 00:00:00 2001 From: Alex Antonov Date: Sun, 10 May 2015 11:01:56 +0300 Subject: [PATCH] typo? --- coffeescript/04_idioms.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +