fix typo from edtiable to editable

This commit is contained in:
Rupesh-Darimisetti 2022-08-07 19:44:49 +05:30 committed by GitHub
parent 30b741b886
commit c2bb5a2420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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