Skip to content

Commit

Permalink
Link to Collections and Functions in Basic
Browse files Browse the repository at this point in the history
  • Loading branch information
eksperimental authored and doomspork committed May 15, 2017
1 parent 52b0906 commit 8bd1f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ iex> "foo\nbar"
"foo\nbar"
```

Elixir also includes more complex data types. We'll learn more about these when we learn about Collections and Functions.
Elixir also includes more complex data types. We'll learn more about these when we learn about [collections](../collections/) and [functions](../functions/).

## Basic Operations

Expand Down

0 comments on commit 8bd1f9b

Please sign in to comment.