From 4c3e0f5dd09da3e580d33f9d85301498f2490099 Mon Sep 17 00:00:00 2001 From: TheHiddenLayer <37908451+TheHiddenLayer@users.noreply.github.com> Date: Thu, 25 Apr 2024 00:10:27 -0700 Subject: fix awkward phrasing in Nil explanation --- src/content/chapter3_data_types/lesson06_nil/en.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/chapter3_data_types/lesson06_nil/en.html b/src/content/chapter3_data_types/lesson06_nil/en.html index 00a082e..9749180 100644 --- a/src/content/chapter3_data_types/lesson06_nil/en.html +++ b/src/content/chapter3_data_types/lesson06_nil/en.html @@ -4,7 +4,7 @@ something.

- Nil is not a valid value of any other types, that is values in + Nil is not a valid value of any other types. Therefore, values in Gleam are not nullable. If the type of a value is Nil then it is the value Nil. If it is some other type then the value is not Nil. -- cgit v1.2.3