Skip to content

Commit

Permalink
shortens the h4 for the pipe operator #21
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcarlisle committed Feb 14, 2017
1 parent 783c52d commit a2d3e5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -636,7 +636,9 @@ def load(filename) do
end
```

#### Pipe Operator. What if we wanted to call some of our functions in succession to another. Let's create a function that creates a zoo, randomises it and then returns a selected number of animals to go and see:
#### Pipe Operator

What if we wanted to call some of our functions in succession to another. Let's create a function that creates a zoo, randomises it and then returns a selected number of animals to go and see:

```elixir
@doc """
Expand Down

0 comments on commit a2d3e5f

Please sign in to comment.