Fix typo to make iterator's exercise 8 editable

This commit is contained in:
mckzm
2024-06-29 20:28:16 +09:00
committed by GitHub
parent 8e0def5f08
commit ef381ba48d

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() {