diff --git a/src/content/chapter0_basics/lesson02_modules/en.html b/src/content/chapter0_basics/lesson02_modules/en.html index ebfd8bc..0ece645 100644 --- a/src/content/chapter0_basics/lesson02_modules/en.html +++ b/src/content/chapter0_basics/lesson02_modules/en.html @@ -1,12 +1,8 @@

Gleam code is organized into units called modules. A module is a bunch of definitions (of types, functions, etc.) that seem to belong together. - For example, the - - gleam/io - - module contains a variety of functions for printing, like - println. + For example, the gleam/io module contains a variety of functions + for printing, like println.

All gleam code is in some module or other, whose name comes from the