diff options
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/chapter3_data_types/lesson06_results/en.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter3_data_types/lesson06_results/en.html b/src/content/chapter3_data_types/lesson06_results/en.html index 2e1b16b..4e80208 100644 --- a/src/content/chapter3_data_types/lesson06_results/en.html +++ b/src/content/chapter3_data_types/lesson06_results/en.html @@ -18,7 +18,7 @@ failure. </p> <p> - Commonly Gleam programs and library will define custom types with a variant + Commonly a Gleam program or library will define a custom type with a variant for each possible problem that can arise, along with any error information that would be useful to the programmer. </p> |