mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 20:49:41 +00:00
Merge pull request #279 from Rupesh-Darimisetti/patch-1
fix typo editble to editable
This commit is contained in:
@ -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