diff --git a/src/content/chapter0_basics/lesson14_type_imports/en.html b/src/content/chapter0_basics/lesson14_type_imports/en.html index 0f362e5..6f90cee 100644 --- a/src/content/chapter0_basics/lesson14_type_imports/en.html +++ b/src/content/chapter0_basics/lesson14_type_imports/en.html @@ -17,6 +17,5 @@ the import statement with the word type before the type name.

- It is more common in Gleam code for types to be imported in an unqualified way - than it is for functions to be imported in an unqualified way. + Unlike functions, Gleam types are commonly imported in an unqualified way.