Merge pull request #528 from mckzm/master

Fix typo to make the Iterator section's exercise 8 editable in the browser
This commit is contained in:
Sunface
2025-04-25 12:03:51 +08: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() {