Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Last time I checked, in Gleam, there was no such thing as an `Oction` type ;)
  • Loading branch information
TricolorHen061 authored and lpil committed Jan 8, 2024
1 parent 09a8a96 commit 8283226
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 8283226

Please sign in to comment.