aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel <89595841+greenthepear@users.noreply.github.com>2024-05-09 01:24:05 +0200
committerLouis Pilfold <louis@lpil.uk>2024-05-09 12:12:28 +0100
commit0e532f0f2407d6438abf840ed67cf92d3eccf1d2 (patch)
tree8aee16c310443dfb6d993e6b9e16dc4780f68b30
parent5d37a5993ceb662e08f8e8217d2c3884a2e83e1e (diff)
downloadtour-0e532f0f2407d6438abf840ed67cf92d3eccf1d2.tar.gz
tour-0e532f0f2407d6438abf840ed67cf92d3eccf1d2.zip
Fix coma to dot
-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>