Skip to content

Commit

Permalink
Fixes a function composition example
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Feb 8, 2016
1 parent d6ccca0 commit 3b85577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ zipsum = map$(sum)..zip

Function composition also gets rid of the need for lots of parentheses when chaining function calls, like so:
```python
plus1..square(3) == 9
plus1..square(3) == 10
```

### Implicit Partials
Expand Down

0 comments on commit 3b85577

Please sign in to comment.