Skip to content

Commit

Permalink
Wording improvement
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 e2d9c0d commit e098eb1
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 @@ -328,7 +328,7 @@ foo_bar
Prefer line-breaking at an assignment operator (either `=` or `+=`, etc.) rather
than at other binary operators.

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

Expand Down

0 comments on commit e098eb1

Please sign in to comment.