diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2024-01-20 13:26:26 -0800 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2024-05-14 06:00:09 +0200 |
| commit | e098eb14ae9576593b38d4179c981fb7af7bee89 (patch) | |
| tree | 2f8bdaa979f50435bc29676142a32e40e5ad1f61 | |
| parent | e2d9c0d938a057dfe745dea4a38eb397b6feb3c1 (diff) | |
| download | rust-e098eb14ae9576593b38d4179c981fb7af7bee89.tar.gz rust-e098eb14ae9576593b38d4179c981fb7af7bee89.zip | |
Wording improvement
Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
| -rw-r--r-- | src/doc/style-guide/src/expressions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/style-guide/src/expressions.md b/src/doc/style-guide/src/expressions.md index 221cb3fbcc3..3bb0ee6d5ff 100644 --- a/src/doc/style-guide/src/expressions.md +++ b/src/doc/style-guide/src/expressions.md @@ -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: |
