aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhuman154 <46430360+human154@users.noreply.github.com>2024-02-22 00:18:12 -0500
committerLouis Pilfold <louis@lpil.uk>2024-02-22 10:10:09 +0000
commit39a30bad34cc4b1eca42ee57c30061b76c439798 (patch)
tree6e8b7d159812a60fffb67ad8eac649fcfcc994cb /src
parent938f49fc7835501192ccc7db7c1ab3174f050b34 (diff)
downloadtour-39a30bad34cc4b1eca42ee57c30061b76c439798.tar.gz
tour-39a30bad34cc4b1eca42ee57c30061b76c439798.zip
Change wording to singular regarding "programs and library"
Diffstat (limited to 'src')
-rw-r--r--src/content/chapter3_data_types/lesson06_results/en.html2
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>