Merge pull request #1 from mckzm/mckzm-iterator-8

Fix typo to make iterator's exercise 8 editable
This commit is contained in:
mckzm
2024-06-29 20:36:33 +09:00
committed by GitHub

View File

@ -223,7 +223,7 @@ Some of these methods call the method `next`to use up the iterator, so they are
8. 🌟🌟
```rust,edtiable
```rust,editable
/* Fill in the blank and fix the errors */
fn main() {