diff --git a/en/src/functional-programing/iterator.md b/en/src/functional-programing/iterator.md index 24d9a23..211ab75 100644 --- a/en/src/functional-programing/iterator.md +++ b/en/src/functional-programing/iterator.md @@ -35,7 +35,7 @@ fn main() { ``` 2、 🌟 One of the easiest ways to create an iterator is to use the range notion: `a..b`. -```rust,editble +```rust,editable /* Fill in the blank */ fn main() { let mut v = Vec::new(); @@ -326,4 +326,4 @@ fn main() { ] ); } -``` \ No newline at end of file +```