fix typos

This commit is contained in:
sunface
2022-03-01 20:12:55 +08:00
parent bc36dd3a01
commit 0d33ca24bf
7 changed files with 31 additions and 13 deletions

View File

@ -18,9 +18,8 @@
- [Struct](compound-types/struct.md)
- [Enum](compound-types/enum.md)
- [Flow Control](flow-control.md)
- [Pattern Match todo](pattern-match/intro.md)
- [Pattern Match](pattern-match/intro.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)
- [Generics and Traits todo](generics-traits/intro.md)