Merge pull request #311 from katopz/master

fix: cloure to closure
This commit is contained in:
Sunface 2022-10-11 10:17:16 +08:00 committed by GitHub
commit 80efefae9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
- [&'static and T: 'static](lifetime/static.md)
- [advanced](lifetime/advance.md)
- [Functional programing](functional-programing/intro.md)
- [Closure](functional-programing/cloure.md)
- [Closure](functional-programing/closure.md)
- [Iterator](functional-programing/iterator.md)
- [newtype and DST](newtype-sized.md)
- [Smart pointers TODO](smart-pointers/intro.md)

View File

@ -51,7 +51,7 @@
- [&'static 和 T: 'static](lifetime/static.md)
- [深入生命周期](lifetime/advance.md)
- [函数式编程: 闭包、迭代器 todo](functional-programing/intro.md)
- [闭包 Closure](functional-programing/cloure.md)
- [闭包 Closure](functional-programing/closure.md)
- [迭代器 Iterator](functional-programing/iterator.md)
- [newtype 和 Sized todo](newtype-sized.md)
- [智能指针 todo](smart-pointers/intro.md)