Skip to content

Commit

Permalink
Merge pull request #1061 from mattlehrer/patch-1
Browse files Browse the repository at this point in the history
Update maps.livemd - Fix arrow description
  • Loading branch information
BrooklinJazz committed May 27, 2024
2 parents f3574ac + 24a9a6f commit 0ee01f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reading/maps.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Upon completing this lesson, a student should be able to answer the following qu

Maps are another type of associative data structure. You can create a map using `%{}`. Maps can use almost any elixir term as a key. However, most commonly we use strings and atoms for map keys.

Maps have a key and a value separated by an arrow `=>`, which is an equals symbol `=` and a less than symbol `>`.
Maps have a key and a value separated by an arrow `=>`, which is an equals symbol `=` and a greater than symbol `>`.

```elixir
# String Keys
Expand Down

0 comments on commit 0ee01f2

Please sign in to comment.