From 9b3c8e432eb2d79ee28b83987b8e1ee25d920bf1 Mon Sep 17 00:00:00 2001 From: Micah Kendall Date: Sat, 26 Nov 2022 23:47:30 +1100 Subject: [PATCH] case->where-if in blocks.md --- book/src/language-tour/blocks.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/book/src/language-tour/blocks.md b/book/src/language-tour/blocks.md index d4b0d7bc..cf3ff915 100644 --- a/book/src/language-tour/blocks.md +++ b/book/src/language-tour/blocks.md @@ -14,8 +14,7 @@ A block can be thought of as calling an anonymous function with no arguments. Th Since everything is secretly a function, the last statement in any block is implicitly its return. -Where If with blocks - +Blocks within a where-if clause ```gleam let name: Option(String) = someFunction() let suffix = ""