From 1107ff60270daa06d17cd3809c0a5268d870f806 Mon Sep 17 00:00:00 2001 From: Oli Clive-Griffin <70186488+oli-clive-griffin@users.noreply.github.com> Date: Fri, 31 May 2024 10:21:44 -0400 Subject: fix potential typo --- src/content/chapter4_standard_library/lesson04_option_module/en.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/chapter4_standard_library/lesson04_option_module/en.html b/src/content/chapter4_standard_library/lesson04_option_module/en.html index 699b5bd..8ad92bb 100644 --- a/src/content/chapter4_standard_library/lesson04_option_module/en.html +++ b/src/content/chapter4_standard_library/lesson04_option_module/en.html @@ -12,8 +12,8 @@

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.

-- cgit v1.2.3