Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes #85
  • Loading branch information
lpil committed Apr 20, 2024
1 parent 3f89c9a commit ee543c1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/content/chapter0_basics/lesson14_type_imports/en.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
need to import them.
</p>
<p>
Like functions types can be referred to in a <em>qualified</em> way by putting
the imported module name and a dot before the type name. For example,
<a href="https://hexdocs.pm/gleam_stdlib/gleam/bytes_builder.html#BytesBuilder" target="_blank">
Like functions, types can be referred to in a <em>qualified</em> way by
putting the imported module name and a dot before the type name. For example,
<a
href="https://hexdocs.pm/gleam_stdlib/gleam/bytes_builder.html#BytesBuilder"
target="_blank"
>
<code>bytes_builder.BytesBuilder</code>
</a>
</p>
Expand Down

0 comments on commit ee543c1

Please sign in to comment.