Skip to content

Commit

Permalink
fix potential typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-clive-griffin authored and lpil committed May 31, 2024
1 parent b2962d9 commit 1107ff6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<p>
The option type is very similar to the result type, but it does not have an
error value. Some languages have functions return an option when there is no
extra error detail to give, but Gleam always uses result. This makes all
error value. Some languages have functions that return an option when there is
no extra error detail to give, but Gleam always uses result. This makes all
fallible functions consistent and removes any boilerplate that would be
required when mixing functions that use each type.
</p>

0 comments on commit 1107ff6

Please sign in to comment.