Skip to content

Commit

Permalink
fixup! Keyword lists, maps, and dict
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Jun 1, 2015
1 parent 8305dfd commit 285bc53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lessons/collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ As we can see from the output above, there is a special syntax for maps containi
```elixir
iex> %{foo: "bar", hello: "world"}
%{foo: "bar", hello: "world"}

iex> %{foo: "bar", hello: "world"} == %{:foo => "bar", :hello => "world"}
true
```
Expand Down

0 comments on commit 285bc53

Please sign in to comment.