Skip to content

Commit add3ef5

Browse files
committed
Merge pull request GitbookIO#43 from svenkatreddy/patch-1
Fix GitbookIO#37 ( opposite value is unclear in HOF exercise )
2 parents d6de5cd + 9e6bb88 commit add3ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/higher_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ triple(3); // => 9
9090

9191
---
9292

93-
Define a function named `negate` that takes `add1` as argument and returns a function, that returns the opposite of the value returned by `add`. (Things get a bit more complicated ;) )
93+
Define a function named `negate` that takes `add1` as argument and returns a function, that returns the negation of the value returned by `add1`. (Things get a bit more complicated ;) )
9494

9595
```js
9696
var add1 = function (x) {

0 commit comments

Comments
 (0)