Skip to content

Commit 69d29a7

Browse files
committed
style-guide: Fix typo: s/right-hand side/left-hand side/
1 parent 9ccc104 commit 69d29a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/style-guide/src/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ match foo {
688688
```
689689

690690
If the body is a single expression with no line comments and not a control flow
691-
expression, start it on the same line as the right-hand side. If not, then it
691+
expression, start it on the same line as the left-hand side. If not, then it
692692
must be in a block. Example:
693693

694694
```rust

0 commit comments

Comments
 (0)