From fba30ec43abf125329d19670abbb0b65f4911168 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 16 Apr 2024 22:14:37 +0100 Subject: [PATCH] Typo --- _posts/2024-04-16-gleam-v1.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-04-16-gleam-v1.1.md b/_posts/2024-04-16-gleam-v1.1.md index d30835f5..045198e8 100644 --- a/_posts/2024-04-16-gleam-v1.1.md +++ b/_posts/2024-04-16-gleam-v1.1.md @@ -178,7 +178,7 @@ it clear how your code can be improved. Several improved error messages and new warnings have been added: A `case` expression in Gleam can pattern match on multiple subjects at once. -Folks not be aware of this an may instead wrap multiple values in a redundant +Folks not be aware of this and may instead wrap multiple values in a redundant tuple as would be required in some other language. This now causes a warning to be emitted: