diff options
author | TricolorHen061 <55330531+TricolorHen061@users.noreply.github.com> | 2024-01-07 23:22:24 -0600 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-01-08 10:26:38 +0000 |
commit | 8283226cf4cf15480167a7d71d432a87bff0d07b (patch) | |
tree | b30f843bba9245319ca6ad513ec35a0ba4fefb0d /src/content/chapter4_standard_library/lesson04_option_module | |
parent | 09a8a96664fadbc2933024910b95526f7d66843f (diff) | |
download | tour-8283226cf4cf15480167a7d71d432a87bff0d07b.tar.gz tour-8283226cf4cf15480167a7d71d432a87bff0d07b.zip |
Fix typo
Last time I checked, in Gleam, there was no such thing as an `Oction` type ;)
Diffstat (limited to 'src/content/chapter4_standard_library/lesson04_option_module')
-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> |