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