Merge pull request #291 from Rupesh-Darimisetti/patch-3

fix typo from edtiable to editable
This commit is contained in:
Sunface
2022-08-08 10:07:39 +08:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
## Positional arguments ## Positional arguments
1.🌟🌟 1.🌟🌟
```rust,edtiable ```rust,editable
/* Fill in the blanks */ /* Fill in the blanks */
fn main() { fn main() {
@@ -180,4 +180,4 @@ fn main() {
// escape // escape
println!("Hello {{}}"); // => Hello {} println!("Hello {{}}"); // => Hello {}
} }
``` ```