From a1c22e954299de5c823ec47cd2f633355764e3b2 Mon Sep 17 00:00:00 2001 From: Dimitrii Dulgher Date: Sat, 13 Apr 2024 00:04:06 +0300 Subject: Add hrefs to code keywords --- .../lesson04_option_module/en.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'src/content/chapter4_standard_library/lesson04_option_module/en.html') 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 0c66b25..699b5bd 100644 --- a/src/content/chapter4_standard_library/lesson04_option_module/en.html +++ b/src/content/chapter4_standard_library/lesson04_option_module/en.html @@ -1,10 +1,13 @@

Values in Gleam are not nullable, so the - gleam/option - standard library module defines Gleam's Option type, which can be - used to represent a value that is either present or absent. + + gleam/option + + standard library module defines Gleam's + + Option + + type, which can be used to represent a value that is either present or absent.

-- cgit v1.2.3