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