diff options
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 e32c860..d5abb55 100644 --- a/src/content/chapter1_functions/lesson06_generic_functions/en.html +++ b/src/content/chapter1_functions/lesson06_generic_functions/en.html @@ -10,7 +10,7 @@ compatible. </p> <p> - To enable this Gleam support <em>generics</em>, also known as + To enable this, Gleam supports <em>generics</em>, also known as <em>parametric polymorphism</em>. </p> <p> |