aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/content/chapter3_data_types/lesson06_nil/en.html2
1 files changed, 1 insertions, 1 deletions
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.
</p>
<p>
- <code>Nil</code> is not a valid value of any other types, that is values in
+ <code>Nil</code> is not a valid value of any other types. Therefore, values in
Gleam are not nullable. If the type of a value is <code>Nil</code> then it is
the value <code>Nil</code>. If it is some other type then the value is not
<code>Nil</code>.