Skip to content

Commit

Permalink
[ fix ] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy authored Oct 22, 2024
1 parent 0795cd0 commit 36c675a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tutorial/Functions2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36c675a

Please sign in to comment.