about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2024-01-20 13:26:26 -0800
committerJosh Triplett <josh@joshtriplett.org>2024-05-14 06:00:09 +0200
commite098eb14ae9576593b38d4179c981fb7af7bee89 (patch)
tree2f8bdaa979f50435bc29676142a32e40e5ad1f61
parente2d9c0d938a057dfe745dea4a38eb397b6feb3c1 (diff)
downloadrust-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.md2
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: