fix: cloure to closure

This commit is contained in:
katopz 2022-09-19 22:57:18 +07:00
parent 055122f4fb
commit d0ab447801
No known key found for this signature in database
GPG Key ID: C17323088013E8B8
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)