diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-01-18 19:51:49 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-01-18 19:51:50 +0000 |
commit | 96c7f41d3c3ac315f9b23b0c874fd1d6044c41b0 (patch) | |
tree | baea13da62996afcd7bb710b4d41854f449a449e /src | |
parent | 632fb31359d5baf2fd5581ccdedc39fa60069bb0 (diff) | |
download | tour-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.html | 2 |
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> |