mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
Typo Fixed errror
to error
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user