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 b2a6d42 commit a41576cCopy full SHA for a41576c
src/expressions/match-expr.md
@@ -21,7 +21,7 @@ MatchArm ->
21
22
MatchArmGuard ->
23
`if` Expression
24
- | `if` Expression && LetChain
+ | `if` Expression `&&` LetChain
25
```
26
<!-- TODO: The exception above isn't accurate, see https://github.com/rust-lang/reference/issues/569 -->
27
0 commit comments