From f8ebc89a667326212a0ff60d7233c2dea51699db Mon Sep 17 00:00:00 2001 From: Mujeebullah Kalwar Date: Thu, 20 Jul 2023 02:43:14 +0500 Subject: [PATCH] Typo Fixed `errror` to `error` --- en/src/functional-programing/closure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;