sunface / rust-by-practice

Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.
https://practice.course.rs
Creative Commons Attribution 4.0 International
12.22k stars 985 forks source link

Fixing a typo at match-iflet #533

Open Sagecheni opened 1 month ago

Sagecheni commented 1 month ago

Changed 使用 matches 填空 to 使用 matches! 填空 Fix a typo which make me confused when I do that.