diff options
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/chapter0_basics/lesson14_type_imports/en.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter0_basics/lesson14_type_imports/en.html b/src/content/chapter0_basics/lesson14_type_imports/en.html index 84f18a5..37595e5 100644 --- a/src/content/chapter0_basics/lesson14_type_imports/en.html +++ b/src/content/chapter0_basics/lesson14_type_imports/en.html @@ -13,5 +13,5 @@ </p> <p> It is more common in Gleam code for types to be imported in an unqualified way - than it is for funtions to be imported in an unqualified way. + than it is for functions to be imported in an unqualified way. </p> |