From aced33667bccabd0f4ec8681ea81a556201cc668 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 29 Mar 2024 21:29:32 +0000 Subject: Typos --- src/content/chapter0_basics/lesson02_modules/en.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/content/chapter0_basics/lesson02_modules') diff --git a/src/content/chapter0_basics/lesson02_modules/en.html b/src/content/chapter0_basics/lesson02_modules/en.html index 0ece645..d26977d 100644 --- a/src/content/chapter0_basics/lesson02_modules/en.html +++ b/src/content/chapter0_basics/lesson02_modules/en.html @@ -12,11 +12,11 @@

For code in one module to access code in another module, we import it using the import keyword, and the name used to refer to it is the last - part of the module name. For example, to import the - gleam/io module is referred to as io once imported. + part of the module name. For example, the gleam/io module is + referred to as io once imported.

The as keyword can be used to refer to a module by a different - name. See how the gleam/string module is be referred to as + name. See how the gleam/string module is referred to as text here.

-- cgit v1.2.3