We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4362d commit 5d5e62dCopy full SHA for 5d5e62d
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