From d286bf399094c19f2498cddb3fe968d4389fe459 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Tue, 12 Mar 2024 19:10:14 +0300 Subject: Fix typo in `lesson00_standard_library_package` --- .../chapter4_standard_library/lesson00_standard_library_package/en.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 @@

The Gleam standard library is a regular Gleam package that has been published to the Hex 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.

All of the modules imported so far in this guide, such as -- cgit v1.2.3