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 79f7294 commit b767364Copy full SHA for b767364
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 line expression (mandatory otherwise).
+* optional body delimitation (`{}`) for a single line expression (mandatory otherwise).
18
* the ability to capture the outer environment variables.
19
20
```rust,editable
0 commit comments