diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-03-13 11:37:46 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-13 11:37:51 +0000 |
commit | 014c917bb2f156712385106761be68ce7114488b (patch) | |
tree | 07729b58ecf706b6c0ad753b091e5f4e37c243d4 /src/content/chapter1_functions/lesson06_generic_functions/en.html | |
parent | 00fde5a5594ea2271779fba3790f1b9f04bd9636 (diff) | |
download | tour-014c917bb2f156712385106761be68ce7114488b.tar.gz tour-014c917bb2f156712385106761be68ce7114488b.zip |
Update src/content/chapter1_functions/lesson06_generic_functions/en.html
Diffstat (limited to 'src/content/chapter1_functions/lesson06_generic_functions/en.html')
-rw-r--r-- | src/content/chapter1_functions/lesson06_generic_functions/en.html | 2 |
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> |