Skip to content

Commit 5f87524

Browse files
authored
Fix typo in expressions/match-expr.md
1 parent 9ce6eca commit 5f87524

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
@@ -113,7 +113,7 @@ let message = match maybe_digit {
113113
```
114114

115115
> Note: Multiple matches using the `|` operator can cause the pattern guard and
116-
> and side effects it has to execute multiple times. For example:
116+
> the side effects it has to execute multiple times. For example:
117117
>
118118
> ```rust
119119
> # use std::cell::Cell;

0 commit comments

Comments
 (0)