We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2172d2a + 5d5e62d commit bcbad7bCopy full SHA for bcbad7b
src/doc/trpl/if-let.md
@@ -41,7 +41,7 @@ If a [pattern][patterns] matches successfully, it binds any appropriate parts of
41
the value to the identifiers in the pattern, then evaluates the expression. If
42
the pattern doesn’t match, nothing happens.
43
44
-If you’d rather to do something else when the pattern does not match, you can
+If you want to do something else when the pattern does not match, you can
45
use `else`:
46
47
```rust
0 commit comments