From 59a221b6f5684a4b19ff9ea092b905058d182332 Mon Sep 17 00:00:00 2001 From: Simon Johansson Date: Tue, 30 Jan 2024 11:45:11 +0100 Subject: Fix simple typos in lessons (#19) --- src/content/chapter4_standard_library/lesson04_option_module/text.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/chapter4_standard_library/lesson04_option_module') 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 64c1d59..0c66b25 100644 --- a/src/content/chapter4_standard_library/lesson04_option_module/text.html +++ b/src/content/chapter4_standard_library/lesson04_option_module/text.html @@ -11,6 +11,6 @@ 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 - failible functions consistent and removes any boilerplate that would be + fallible functions consistent and removes any boilerplate that would be required when mixing functions that use each type.

-- cgit v1.2.3