From 39a30bad34cc4b1eca42ee57c30061b76c439798 Mon Sep 17 00:00:00 2001 From: human154 <46430360+human154@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:18:12 -0500 Subject: Change wording to singular regarding "programs and library" --- src/content/chapter3_data_types/lesson06_results/en.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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.

- 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.

-- cgit v1.2.3