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 b2cc47f commit 4119fc2Copy full SHA for 4119fc2
src/doc/trpl/patterns.md
@@ -299,7 +299,7 @@ match x {
299
```
300
301
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:
+just the `5`. In other words, the precedence of `if` behaves like this:
303
304
```text
305
(4 | 5) if y => ...
0 commit comments