aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/content/chapter3_data_types/lesson00_tuples/en.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter3_data_types/lesson00_tuples/en.html b/src/content/chapter3_data_types/lesson00_tuples/en.html
index 359e93a..a0d0333 100644
--- a/src/content/chapter3_data_types/lesson00_tuples/en.html
+++ b/src/content/chapter3_data_types/lesson00_tuples/en.html
@@ -15,6 +15,6 @@
</p>
<p>
Tuples are most commonly used to return 2 or 3 values from a function. Often
- it is clearer to use a <em>custom type</em> where a tuple could be used, We
+ it is clearer to use a <em>custom type</em> where a tuple could be used. We
will cover custom types next.
</p>