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
commit 8605ed3b8d
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() {
]
);
}
```
```