From fbfd6da520e26cdb0db6d84fff3fa9d50b6b46fc Mon Sep 17 00:00:00 2001
From: Bruno Roy around `use`
---
src/content/chapter5_advanced_features/lesson01_use/en.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/content/chapter5_advanced_features/lesson01_use/en.html b/src/content/chapter5_advanced_features/lesson01_use/en.html
index d879aec..6e6b04d 100644
--- a/src/content/chapter5_advanced_features/lesson01_use/en.html
+++ b/src/content/chapter5_advanced_features/lesson01_use/en.html
@@ -5,7 +5,7 @@
sometimes result in excessive indentation.
- Gleam's use expression helps out here by enabling us to write code that uses
+ Gleam's use
expression helps out here by enabling us to write code that uses
callbacks in an unindented style, as shown in the code window.
use
may result in unclear code, especially to beginners. Usually
the regular function call syntax results in more approachable code!
-
+
\ No newline at end of file