From bd9665121fa0cd43dd9ca588c96a32b0905946ed Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sat, 4 May 2024 14:46:39 +0100 Subject: Format --- .../chapter1_functions/lesson04_anonymous_functions/en.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/chapter1_functions/lesson04_anonymous_functions/en.html b/src/content/chapter1_functions/lesson04_anonymous_functions/en.html index 69606dd..93e11a9 100644 --- a/src/content/chapter1_functions/lesson04_anonymous_functions/en.html +++ b/src/content/chapter1_functions/lesson04_anonymous_functions/en.html @@ -1,9 +1,9 @@

- As well as module-level named functions, Gleam has anonymous function - literals, written with the fn() { ... } syntax. + As well as module-level named functions, Gleam has anonymous function + literals, written with the fn() { ... } syntax.

Anonymous functions can be used interchangeably with named functions.

- Anonymous functions can reference variables that were in scope when they - were defined, making them closures. + Anonymous functions can reference variables that were in scope when they were + defined, making them closures.

-- cgit v1.2.3