Update en/src/pattern-match/match-iflet.md

This commit is contained in:
Sunface 2022-05-05 08:33:09 +08:00 committed by GitHub
parent 4f821522a5
commit a2efc570a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ fn show_message(msg: Message) {
}
```
### Matches!
### matches!
[`matches!`](https://doc.rust-lang.org/stable/core/macro.matches.html) looks like `match`, but can do something different.
4. 🌟🌟