diff options
Diffstat (limited to 'src/content/chapter4_standard_library')
-rw-r--r-- | src/content/chapter4_standard_library/lesson04_option_module/text.html | 2 |
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> |