Skip to content

Commit

Permalink
Update ch5.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Lonsdorf committed Aug 4, 2015
1 parent 877dc35 commit 1e25b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch5.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ You might ask yourself "What in the bloody hell is that useful for?". We'll make

```js
// identity
var identity = compose(id, f) == compose(f, id) == f;
compose(id, f) == compose(f, id) == f;
// true
```

Expand Down

0 comments on commit 1e25b31

Please sign in to comment.