We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9362ae1 commit 9ea1180Copy full SHA for 9ea1180
src/doc/style-guide/src/expressions.md
@@ -126,8 +126,8 @@ but elide types where possible.
126
127
Use closures without the enclosing `{}`, if possible. Add the `{}` when you have
128
a return type, when there are statements, when there are comments inside the
129
-closure, or when the body expression spans multiple lines and is a control-flow
130
-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:
131
132
```rust
133
|arg1, arg2| expr
0 commit comments