fix typo editble to editable

This commit is contained in:
Rupesh-Darimisetti
2022-07-24 19:56:08 +05:30
committed by GitHub
parent d91ca79253
commit 10b8cd4903

View File

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