diff options
Diffstat (limited to 'src/content/chapter2_flow_control')
-rw-r--r-- | src/content/chapter2_flow_control/lesson01_case_expressions/text.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </p> <p> It allows the programmer to say "if the data has this shape then run this - code", a process called called <em>pattern matching</em>. + code", a process called <em>pattern matching</em>. </p> <p> Gleam performs <em>exhaustiveness checking</em> to ensure that the patterns in |