Merge pull request #279 from Rupesh-Darimisetti/patch-1

fix typo editble to editable
This commit is contained in:
Sunface
2022-07-28 09:10:57 +08:00
committed by GitHub

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