diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2024-01-20 13:26:01 -0800 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2024-05-14 06:00:09 +0200 |
| commit | e2d9c0d938a057dfe745dea4a38eb397b6feb3c1 (patch) | |
| tree | 90c54e46ec935ba84bc83f5957332be1f0496ff9 | |
| parent | 57c32a193fee197f7ad034210de005db338a64ec (diff) | |
| download | rust-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.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 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 { |
