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 512b85b commit 71e61ffCopy full SHA for 71e61ff
guide/expressions.md
@@ -123,8 +123,8 @@ elide types where possible.
123
124
Use closures without the enclosing `{}`, if possible. Add the `{}` when you have
125
a return type, when there are statements, when there are comments inside the
126
-closure, or when the body expression spans multiple lines and is a control-flow
127
-expression. If using braces, follow the rules above for blocks. Examples:
+closure, or when the body expression is a control-flow expression that spans
+multiple lines. If using braces, follow the rules above for blocks. Examples:
128
129
```rust
130
|arg1, arg2| expr
0 commit comments