We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6709bee + f8b2557 commit 5b11b72Copy full SHA for 5b11b72
src/fn/closures.md
@@ -14,7 +14,7 @@ variable names *must* be specified.
14
15
Other characteristics of closures include:
16
* using `||` instead of `()` around input variables.
17
-* optional body delimination (`{}`) for a single expression (mandatory otherwise).
+* optional body delimitation (`{}`) for a single expression (mandatory otherwise).
18
* the ability to capture the outer environment variables.
19
20
```rust,editable
0 commit comments