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 6af3f81 + e06aec8 commit 5cda62cCopy full SHA for 5cda62c
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 delimitation (`{}`) for a single 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