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! --- src/content/chapter5_advanced_features/lesson04_externals/text.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/chapter5_advanced_features/lesson04_externals/text.html') diff --git a/src/content/chapter5_advanced_features/lesson04_externals/text.html b/src/content/chapter5_advanced_features/lesson04_externals/text.html index 81202d6..8815fa7 100644 --- a/src/content/chapter5_advanced_features/lesson04_externals/text.html +++ b/src/content/chapter5_advanced_features/lesson04_externals/text.html @@ -5,7 +5,7 @@ import and use this non-Gleam code.

- An external type is a one that has no constructors. Gleam doesn't know what + An external type is one that has no constructors. Gleam doesn't know what shape it has or how to create one, it only knows that it exists.

-- cgit v1.2.3