From c2bb5a24209c2d043d04c4f930e176b2ce5ffbe2 Mon Sep 17 00:00:00 2001 From: Rupesh-Darimisetti <49586865+Rupesh-Darimisetti@users.noreply.github.com> Date: Sun, 7 Aug 2022 19:44:49 +0530 Subject: [PATCH] fix typo from edtiable to editable --- en/src/formatted-output/formatting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/src/formatted-output/formatting.md b/en/src/formatted-output/formatting.md index 690dfc8..4b3f4f7 100644 --- a/en/src/formatted-output/formatting.md +++ b/en/src/formatted-output/formatting.md @@ -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 {} } -``` \ No newline at end of file +```