aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/content/chapter4_standard_library/lesson04_option_module/text.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter4_standard_library/lesson04_option_module/text.html b/src/content/chapter4_standard_library/lesson04_option_module/text.html
index 881ea94..64c1d59 100644
--- a/src/content/chapter4_standard_library/lesson04_option_module/text.html
+++ b/src/content/chapter4_standard_library/lesson04_option_module/text.html
@@ -3,7 +3,7 @@
<a href="https://hexdocs.pm/gleam_stdlib/gleam/option.html"
><code>gleam/option</code></a
>
- standard library module defines Gleam's <code>Oction</code> type, which can be
+ standard library module defines Gleam's <code>Option</code> type, which can be
used to represent a value that is either present or absent.
</p>