aboutsummaryrefslogtreecommitdiff
path: root/src/content
diff options
context:
space:
mode:
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>