Skip to content

Commit 5b11b72

Browse files
authored
Merge pull request #1754 from ArnaudLier/patch-1
docs(9.2): fix typo
2 parents 6709bee + f8b2557 commit 5b11b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fn/closures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variable names *must* be specified.
1414

1515
Other characteristics of closures include:
1616
* using `||` instead of `()` around input variables.
17-
* optional body delimination (`{}`) for a single expression (mandatory otherwise).
17+
* optional body delimitation (`{}`) for a single expression (mandatory otherwise).
1818
* the ability to capture the outer environment variables.
1919

2020
```rust,editable

0 commit comments

Comments
 (0)