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