mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
fix typos
This commit is contained in:
@ -18,7 +18,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
|
- 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
|
## Some of our exercises
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ fn main() {
|
|||||||
A scope is the range within the program for which the item is valid.
|
A scope is the range within the program for which the item is valid.
|
||||||
|
|
||||||
3. 🌟
|
3. 🌟
|
||||||
```rust,editable.
|
```rust,editable
|
||||||
|
|
||||||
// fix the error below with least modifying
|
// fix the error below with least modifying
|
||||||
fn main() {
|
fn main() {
|
||||||
|
Reference in New Issue
Block a user