mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 20:49:41 +00:00
fix typo editble to editable
This commit is contained in:
committed by
GitHub
parent
d91ca79253
commit
10b8cd4903
@ -35,7 +35,7 @@ fn main() {
|
|||||||
```
|
```
|
||||||
|
|
||||||
2、 🌟 One of the easiest ways to create an iterator is to use the range notion: `a..b`.
|
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 */
|
/* Fill in the blank */
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut v = Vec::new();
|
let mut v = Vec::new();
|
||||||
|
Reference in New Issue
Block a user