Skip to content

Commit

Permalink
Remove link
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 26, 2024
1 parent 04ec0d8 commit ed8c00f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/content/chapter0_basics/lesson02_modules/en.html
@@ -1,12 +1,8 @@
<p>
Gleam code is organized into units called <em>modules</em>. A module is a
bunch of definitions (of types, functions, etc.) that seem to belong together.
For example, the
<a href="https://hexdocs.pm/gleam_stdlib/gleam/io.html">
<code>gleam/io</code>
</a>
module contains a variety of functions for printing, like
<code>println</code>.
For example, the <code>gleam/io</code> module contains a variety of functions
for printing, like <code>println</code>.
</p>
<p>
All gleam code is in <i>some</i> module or other, whose name comes from the
Expand Down

0 comments on commit ed8c00f

Please sign in to comment.