From 014c917bb2f156712385106761be68ce7114488b Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Wed, 13 Mar 2024 11:37:46 +0000 Subject: Update src/content/chapter1_functions/lesson06_generic_functions/en.html --- src/content/chapter1_functions/lesson06_generic_functions/en.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/chapter1_functions/lesson06_generic_functions/en.html') 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 @@ parametric polymorphism.

- 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.

-- cgit v1.2.3