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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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();
@ -326,4 +326,4 @@ fn main() {
]
);
}
```
```