fix errors in enum.md

This commit is contained in:
sunface
2022-03-01 18:58:36 +08:00
parent bda6040eab
commit 726ef682cb
8 changed files with 144 additions and 19 deletions

View File

@ -1 +1,6 @@
# Pattern Match
Learning resources:
- English: [Rust Book 18](https://doc.rust-lang.org/book/ch18-00-patterns.html)
- 简体中文: [Rust语言圣经 - 模式匹配](https://course.rs/basic/match-pattern/intro.html)