From ee543c1c5868049701ddbbabec922e60229faec9 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sat, 20 Apr 2024 12:43:25 +0100 Subject: [PATCH] Fix typo Closes https://github.com/gleam-lang/language-tour/issues/85 --- .../chapter0_basics/lesson14_type_imports/en.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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