We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c32a1 commit e2d9c0dCopy full SHA for e2d9c0d
src/doc/style-guide/src/expressions.md
@@ -330,7 +330,7 @@ than at other binary operators.
330
331
If line-breaking a binary operator (including assignment operators) where the
332
first operand spans multiple lines, use the base indentation of the *last*
333
-line of the first , and indent relative to that:
+line of the first operand, and indent relative to that:
334
335
```rust
336
impl SomeType {
0 commit comments