From 00fde5a5594ea2271779fba3790f1b9f04bd9636 Mon Sep 17 00:00:00 2001 From: Sergei Suvorov Date: Sun, 10 Mar 2024 19:43:07 +0100 Subject: Rephrase paragraphs in chapter1_functions/lesson06_generic_functions Rephrased a paragraph in `chapter1_functions/lesson06_generic_functions/en.html` to make the idea clearer. The second paragraph also contains some typos, but they are being fixed in [this PR](https://github.com/gleam-lang/language-tour/pull/41), so I'm leaving them as-is here --- src/content/chapter1_functions/lesson06_generic_functions/en.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 7bbc340..0cfcabd 100644 --- a/src/content/chapter1_functions/lesson06_generic_functions/en.html +++ b/src/content/chapter1_functions/lesson06_generic_functions/en.html @@ -14,8 +14,8 @@ parametric polymorphism.

- This works by instead of specifying a concrete type, a type variable is used - which stands in for whatever specific type is being used when the function is + This works by using a type variable istead 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