Typo Fixed errror to error

This commit is contained in:
Mujeebullah Kalwar
2023-07-20 02:43:14 +05:00
parent a9d7e193d2
commit f8ebc89a66

View File

@ -349,7 +349,7 @@ Returning a closure is much harder than you may have thought of.
```rust,editable ```rust,editable
/* Fill in the blank using two approaches, /* Fill in the blank using two approaches,
and fix the errror */ and fix the error */
fn create_fn() -> __ { fn create_fn() -> __ {
let num = 5; let num = 5;