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 d74a1d4 commit fe0de82Copy full SHA for fe0de82
guide/expressions.md
@@ -661,7 +661,7 @@ match foo {
661
```
662
663
If the body is a single expression with no line comments and not a control flow
664
-expression, then it may be started on the same line as the right-hand side. If
+expression, then it may be started on the same line as the left-hand side. If
665
not, then it must be in a block. Example,
666
667
```rust
0 commit comments