aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/content/chapter0_basics/lesson12_type_aliases/text.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter0_basics/lesson12_type_aliases/text.html b/src/content/chapter0_basics/lesson12_type_aliases/text.html
index 9935582..6767faf 100644
--- a/src/content/chapter0_basics/lesson12_type_aliases/text.html
+++ b/src/content/chapter0_basics/lesson12_type_aliases/text.html
@@ -4,5 +4,5 @@
</p>
<p>
When the <code>pub</code> keyword is used the type alias is public and can be
- referred to by other module.
+ referred to by other modules.
</p>