We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccc104 commit 69d29a7Copy full SHA for 69d29a7
src/doc/style-guide/src/expressions.md
@@ -688,7 +688,7 @@ match foo {
688
```
689
690
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
+expression, start it on the same line as the left-hand side. If not, then it
692
must be in a block. Example:
693
694
```rust
0 commit comments