aboutsummaryrefslogtreecommitdiff
path: root/src/content
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-03-13 11:37:46 +0000
committerLouis Pilfold <louis@lpil.uk>2024-03-13 11:37:51 +0000
commit014c917bb2f156712385106761be68ce7114488b (patch)
tree07729b58ecf706b6c0ad753b091e5f4e37c243d4 /src/content
parent00fde5a5594ea2271779fba3790f1b9f04bd9636 (diff)
downloadtour-014c917bb2f156712385106761be68ce7114488b.tar.gz
tour-014c917bb2f156712385106761be68ce7114488b.zip
Update src/content/chapter1_functions/lesson06_generic_functions/en.html
Diffstat (limited to 'src/content')
-rw-r--r--src/content/chapter1_functions/lesson06_generic_functions/en.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter1_functions/lesson06_generic_functions/en.html b/src/content/chapter1_functions/lesson06_generic_functions/en.html
index 0cfcabd..e32c860 100644
--- a/src/content/chapter1_functions/lesson06_generic_functions/en.html
+++ b/src/content/chapter1_functions/lesson06_generic_functions/en.html
@@ -14,7 +14,7 @@
<em>parametric polymorphism</em>.
</p>
<p>
- This works by using a type variable istead of specifying a concrete type. It
+ This works by using a type variable instead of specifying a concrete type. It
stands in for whatever specific type is being used when the function is
called. These type variables are written with a lowercase name.
</p>