From 24a9a6f169bb8c178fff1dd087c8e54d54535739 Mon Sep 17 00:00:00 2001 From: Matt Lehrer Date: Fri, 17 May 2024 11:10:54 +0200 Subject: [PATCH] Update maps.livemd - Fix arrow description --- reading/maps.livemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reading/maps.livemd b/reading/maps.livemd index c99094d9d..19e6193f1 100644 --- a/reading/maps.livemd +++ b/reading/maps.livemd @@ -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