From 9fe1205de6c3acedf0708889f796db334982e6c6 Mon Sep 17 00:00:00 2001 From: gtmnayan <50981692+gtm-nayan@users.noreply.github.com> Date: Fri, 4 Mar 2022 18:37:30 +0545 Subject: [PATCH 1/2] fix: variables 3 isn't editable --- src/variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/variables.md b/src/variables.md index cb30080..c977e43 100644 --- a/src/variables.md +++ b/src/variables.md @@ -28,7 +28,7 @@ fn main() { A scope is the range within the program for which the item is valid. 3. 🌟 -```rust,editable. +```rust,editable // fix the error below with least modifying fn main() { @@ -146,4 +146,4 @@ fn main() { ``` -> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it \ No newline at end of file +> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it From ceacb70454f1c7a1ad85cd5be0b3bc3b1388e576 Mon Sep 17 00:00:00 2001 From: Sunface Date: Fri, 4 Mar 2022 22:48:29 +0800 Subject: [PATCH 2/2] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 2e1a33b..b23ac7e 100644 --- a/Readme.md +++ b/Readme.md @@ -13,7 +13,7 @@ This book was designed for easily diving into Rust,and it's very easy to use: - Both [English](https://practice.rs) and [Chinsese](https://zh.practice.rs) are supported -> Part of our examples and exercises are borrowed from [Rust By Example](https://github.com/rust-lang/rust-by-example), thanks for the great works you have been doing! +> Part of our examples and exercises are borrowed from [Rust By Example](https://github.com/rust-lang/rust-by-example), thanks for the great works you have been done! ## Some of our exercises