diff options
Diffstat (limited to 'src/content/chapter0_basics')
-rw-r--r-- | src/content/chapter0_basics/lesson03_type_checking/text.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/content/chapter0_basics/lesson03_type_checking/text.html b/src/content/chapter0_basics/lesson03_type_checking/text.html index fadfe64..a9316c4 100644 --- a/src/content/chapter0_basics/lesson03_type_checking/text.html +++ b/src/content/chapter0_basics/lesson03_type_checking/text.html @@ -1,5 +1,5 @@ <p> - Gleam has a robust static type system that is help you as you write and edit + Gleam has a robust static type system that helps you as you write and edit code, catching mistakes and showing you where to make changes. </p> <p> @@ -14,6 +14,5 @@ <p> Gleam has no <code>null</code>, no implicit conversions, no exceptions, and always performs full type checking. If the code compiles you can be reasonably - confident it does not have any inconsistencies that may cause bugs or - crashes. + confident it does not have any inconsistencies that may cause bugs or crashes. </p> |