Skip to content

Commit 4119fc2

Browse files
committed
Fix "the the" typo and split a run-on sentence
1 parent b2cc47f commit 4119fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ match x {
299299
```
300300

301301
This prints `no`, because the `if` applies to the whole of `4 | 5`, and not to
302-
just the `5`, In other words, the the precedence of `if` behaves like this:
302+
just the `5`. In other words, the precedence of `if` behaves like this:
303303

304304
```text
305305
(4 | 5) if y => ...

0 commit comments

Comments
 (0)