diff --git a/en/src/functional-programing/closure.md b/en/src/functional-programing/closure.md index cc1e0ce..92e4b3e 100644 --- a/en/src/functional-programing/closure.md +++ b/en/src/functional-programing/closure.md @@ -348,7 +348,7 @@ Returning a closure is much harder than you may have thought of. 10. 🌟🌟 ```rust,editable -/* Fill in the blank using two aproaches, +/* Fill in the blank using two approaches, and fix the errror */ fn create_fn() -> __ { let num = 5;