Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre PIRONIN committed Apr 10, 2016
1 parent 56cd610 commit 9eb6ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions part1/chap05/functions-5/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Your turn : Functions-5

Use the & ... notation to rewrite the following.
- Enum.map [1,2,3,4], fn x -> x + 2 en
- Enum.each [1,2,3,4], fn x -> IO.inspect x end
- `Enum.map [1,2,3,4], fn x -> x + 2 end`
- `Enum.each [1,2,3,4], fn x -> IO.inspect x end`

=> My implementation
```elixir
Expand Down

0 comments on commit 9eb6ca6

Please sign in to comment.