about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2024-01-20 13:26:01 -0800
committerJosh Triplett <josh@joshtriplett.org>2024-05-14 06:00:09 +0200
commite2d9c0d938a057dfe745dea4a38eb397b6feb3c1 (patch)
tree90c54e46ec935ba84bc83f5957332be1f0496ff9
parent57c32a193fee197f7ad034210de005db338a64ec (diff)
downloadrust-e2d9c0d938a057dfe745dea4a38eb397b6feb3c1.tar.gz
rust-e2d9c0d938a057dfe745dea4a38eb397b6feb3c1.zip
Fix missing word
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 597f8fcaf40..221cb3fbcc3 100644
--- a/src/doc/style-guide/src/expressions.md
+++ b/src/doc/style-guide/src/expressions.md
@@ -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 {