aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-01-18 19:51:49 +0000
committerLouis Pilfold <louis@lpil.uk>2024-01-18 19:51:50 +0000
commit96c7f41d3c3ac315f9b23b0c874fd1d6044c41b0 (patch)
treebaea13da62996afcd7bb710b4d41854f449a449e /src
parent632fb31359d5baf2fd5581ccdedc39fa60069bb0 (diff)
downloadtour-96c7f41d3c3ac315f9b23b0c874fd1d6044c41b0.tar.gz
tour-96c7f41d3c3ac315f9b23b0c874fd1d6044c41b0.zip
Correct name
Thank you @inoas
Diffstat (limited to 'src')
-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>