Skip to content

Commit

Permalink
Fix missing word
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
  • Loading branch information
joshtriplett and calebcartwright committed May 14, 2024
1 parent 57c32a1 commit e2d9c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/style-guide/src/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e2d9c0d

Please sign in to comment.