From 4353bb43a89348e6fd805afe5377955fc898e192 Mon Sep 17 00:00:00 2001 From: Jianbang <35134798+fujianbang@users.noreply.github.com> Date: Tue, 6 Sep 2022 00:23:49 +0800 Subject: [PATCH] Fix bug where code blocks were not editable --- zh-CN/src/formatted-output.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zh-CN/src/formatted-output.md b/zh-CN/src/formatted-output.md index cf878c5..3257f59 100644 --- a/zh-CN/src/formatted-output.md +++ b/zh-CN/src/formatted-output.md @@ -3,8 +3,7 @@ ## 位置参数 1.🌟🌟 -```rust,edtiable - +```rust,editable /* 填空 */ fn main() { println!("{0}, this is {1}. {1}, this is {0}", "Alice", "Bob");// => Alice, this is Bob. Bob, this is Alice @@ -180,4 +179,4 @@ fn main() { // 转义 println!("Hello {{}}"); // => Hello {} } -``` \ No newline at end of file +```