diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2024-03-12 19:10:14 +0300 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-12 17:49:56 +0000 |
commit | d286bf399094c19f2498cddb3fe968d4389fe459 (patch) | |
tree | 3292c994bcb01cd4e61d07865569bdc5efae67c4 /src | |
parent | a5daf92cf2eb85e8e8ed21bca99cc6c423bfb537 (diff) | |
download | tour-d286bf399094c19f2498cddb3fe968d4389fe459.tar.gz tour-d286bf399094c19f2498cddb3fe968d4389fe459.zip |
Fix typo in `lesson00_standard_library_package`
Diffstat (limited to 'src')
-rw-r--r-- | src/content/chapter4_standard_library/lesson00_standard_library_package/en.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter4_standard_library/lesson00_standard_library_package/en.html b/src/content/chapter4_standard_library/lesson00_standard_library_package/en.html index f5d7505..e921652 100644 --- a/src/content/chapter4_standard_library/lesson00_standard_library_package/en.html +++ b/src/content/chapter4_standard_library/lesson00_standard_library_package/en.html @@ -1,7 +1,7 @@ <p> The Gleam standard library is a regular Gleam package that has been published to the <a href="https://hex.pm">Hex</a> package repository. You could opt to - not use if you wish, though almost all Gleam projects depend on it. + not use it if you wish, though almost all Gleam projects depend on it. </p> <p> All of the modules imported so far in this guide, such as |