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

@ -19,7 +19,7 @@
- [枚举](compound-types/enum.md)
- [流程控制](flow-control.md)
- [模式匹配 todo](pattern-match/intro.md)
- [match 和 if let](pattern-match/match-iflet.md)
- [match, matches! 和 if let](pattern-match/match-iflet.md)
- [解构 Option](pattern-match/option.md)
- [模式](pattern-match/patterns.md)
- [方法 Method todo](method.md)