From 88a7eb9c161d0d3678cdb4d6226df7a1dff9a055 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 20 Jan 2024 09:19:37 +1000 Subject: [PATCH] Fix "called called" in pattern matching --- .../chapter2_flow_control/lesson01_case_expressions/text.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/chapter2_flow_control/lesson01_case_expressions/text.html b/src/content/chapter2_flow_control/lesson01_case_expressions/text.html index b3e4000..07ff421 100644 --- a/src/content/chapter2_flow_control/lesson01_case_expressions/text.html +++ b/src/content/chapter2_flow_control/lesson01_case_expressions/text.html @@ -5,7 +5,7 @@

It allows the programmer to say "if the data has this shape then run this - code", a process called called pattern matching. + code", a process called pattern matching.

Gleam performs exhaustiveness checking to ensure that the patterns in