aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/content/chapter4_standard_library/lesson03_dict_module/text.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter4_standard_library/lesson03_dict_module/text.html b/src/content/chapter4_standard_library/lesson03_dict_module/text.html
index 5e60ba2..f7eb879 100644
--- a/src/content/chapter4_standard_library/lesson03_dict_module/text.html
+++ b/src/content/chapter4_standard_library/lesson03_dict_module/text.html
@@ -14,7 +14,7 @@
>
and
<a href="https://hexdocs.pm/gleam_stdlib/gleam/dict.html#from_list"
- ><code>new</code></a
+ ><code>from_list</code></a
>
can be used to create new dicts.
</p>