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.
1 parent 6709bee commit f8b2557Copy full SHA for f8b2557
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