From 3edd3a3de2500e04fc4e57c709d4667ce4689994 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 18 Jan 2024 21:51:41 +0000 Subject: Various fixes Thank you @giacomocavalieri! --- .../chapter1_functions/lesson04_anonymous_functions/text.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/content/chapter1_functions/lesson04_anonymous_functions/text.html') diff --git a/src/content/chapter1_functions/lesson04_anonymous_functions/text.html b/src/content/chapter1_functions/lesson04_anonymous_functions/text.html index f7bea3f..6c6d47d 100644 --- a/src/content/chapter1_functions/lesson04_anonymous_functions/text.html +++ b/src/content/chapter1_functions/lesson04_anonymous_functions/text.html @@ -1,7 +1,5 @@

As well as module-level named functions, Gleam has anonymous function - literals. -

-

- Anonymous functions can be used interchangeably with named functions. + literals, written with the fn() { ... } syntax.

+

Anonymous functions can be used interchangeably with named functions.

-- cgit v1.2.3