Fix missing word

Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
This commit is contained in:
Josh Triplett 2024-01-20 13:26:01 -08:00
parent 57c32a193f
commit e2d9c0d938

View File

@ -330,7 +330,7 @@ than at other binary operators.
If line-breaking a binary operator (including assignment operators) where the
first operand spans multiple lines, use the base indentation of the *last*
line of the first , and indent relative to that:
line of the first operand, and indent relative to that:
```rust
impl SomeType {