Fix typo in iterator.md

fix typo `edtiable` -> `editable`
This commit is contained in:
Niyaz Nigmatullin
2023-07-19 15:15:59 +03:00
committed by GitHub
parent 88191e18b2
commit 0600bb3bdc

View File

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