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.

@@ -27,4 +27,4 @@ This is a very capable and useful feature, but excessive application of 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