From 10b8cd4903c91110a6945925824d4e9acb93cf5c Mon Sep 17 00:00:00 2001 From: Rupesh-Darimisetti <49586865+Rupesh-Darimisetti@users.noreply.github.com> Date: Sun, 24 Jul 2022 19:56:08 +0530 Subject: [PATCH] fix typo editble to editable --- en/src/functional-programing/iterator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```