Skip to content

Commit e2d9c0d

Browse files
Fix missing word
Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
1 parent 57c32a1 commit e2d9c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/style-guide/src/expressions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ than at other binary operators.
330330

331331
If line-breaking a binary operator (including assignment operators) where the
332332
first operand spans multiple lines, use the base indentation of the *last*
333-
line of the first , and indent relative to that:
333+
line of the first operand, and indent relative to that:
334334

335335
```rust
336336
impl SomeType {

0 commit comments

Comments
 (0)