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.
expressions/match-expr.md
1 parent 9ce6eca commit 5f87524Copy full SHA for 5f87524
src/expressions/match-expr.md
@@ -113,7 +113,7 @@ let message = match maybe_digit {
113
```
114
115
> Note: Multiple matches using the `|` operator can cause the pattern guard and
116
-> and side effects it has to execute multiple times. For example:
+> the side effects it has to execute multiple times. For example:
117
>
118
> ```rust
119
> # use std::cell::Cell;
0 commit comments