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 @@
- [Enum](compound-types/enum.md)
- [Flow Control](flow-control.md)
- [Pattern Match todo](pattern-match/intro.md)
- [match, if let](pattern-match/match-iflet.md)
- [match, matches! and if let](pattern-match/match-iflet.md)
- [Option destructing](pattern-match/option.md)
- [Patterns](pattern-match/patterns.md)
- [Method todo](method.md)