mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
Fix typo to make iterator's exercise 8 editable
This commit is contained in:
@ -223,7 +223,7 @@ Some of these methods call the method `next`to use up the iterator, so they are
|
|||||||
|
|
||||||
8. 🌟🌟
|
8. 🌟🌟
|
||||||
|
|
||||||
```rust,edtiable
|
```rust,editable
|
||||||
|
|
||||||
/* Fill in the blank and fix the errors */
|
/* Fill in the blank and fix the errors */
|
||||||
fn main() {
|
fn main() {
|
||||||
|
Reference in New Issue
Block a user