From def9f794e1f21c7295c00216fd65b9dedc517720 Mon Sep 17 00:00:00 2001 From: Anton Parkhomenko Date: Sat, 23 Nov 2024 23:06:08 +0700 Subject: [PATCH] [ fix ] typo (#68) --- src/Tutorial/Functions2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tutorial/Functions2.md b/src/Tutorial/Functions2.md index 20a1cdd2..7a86ebff 100644 --- a/src/Tutorial/Functions2.md +++ b/src/Tutorial/Functions2.md @@ -308,7 +308,7 @@ only from the surrounding scope and from other functions defined later in the same `where` block. These need to be explicitly typed and indented by the same amount of whitespace. -Local definitions can also be introduce *before* a function's +Local definitions can also be introduced *before* a function's implementation by using the `let` keyword. This usage of `let` is not to be confused with *let bindings* described above, which are used to bind and reuse the results of intermediate