Skip to content

Commit a41576c

Browse files
committed
fixed syntax
1 parent b2a6d42 commit a41576c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/match-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MatchArm ->
2121
2222
MatchArmGuard ->
2323
`if` Expression
24-
| `if` Expression && LetChain
24+
| `if` Expression `&&` LetChain
2525
```
2626
<!-- TODO: The exception above isn't accurate, see https://github.com/rust-lang/reference/issues/569 -->
2727

0 commit comments

Comments
 (0)