Merge pull request #202 from linbingquan/dev

fix match.md
This commit is contained in:
Sunface 2022-04-04 21:30:37 +08:00 committed by GitHub
commit 8d8649dfa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ fn show_message(msg: Message) {
assert_eq!(g, 255);
assert_eq!(b, 0);
}
__ => println!("no data in these variants")
_ => println!("no data in these variants")
}
}
```