diff --git a/src/content/chapter0_basics/lesson14_type_imports/en.html b/src/content/chapter0_basics/lesson14_type_imports/en.html index 6c6fdba..0f362e5 100644 --- a/src/content/chapter0_basics/lesson14_type_imports/en.html +++ b/src/content/chapter0_basics/lesson14_type_imports/en.html @@ -3,9 +3,12 @@ need to import them.
- Like functions types can be referred to in a qualified way by putting
- the imported module name and a dot before the type name. For example,
-
+ Like functions, types can be referred to in a qualified way by
+ putting the imported module name and a dot before the type name. For example,
+
bytes_builder.BytesBuilder