Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in Chapter 1, "Getting Started with Rust" #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/src/chapter-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Assuming you already know what is [**Rust**](http://rust-lang.org) and already
decided to start learning it. Here are some steps for you to follow:

1) Take a tour of [**Rust Syntax** and **Coding Style**](https://learnxinyminutes.com/docs/rust/) and [**Tour if Rust**](https://tourofrust.com/)
1) Take a tour of [**Rust Syntax** and **Coding Style**](https://learnxinyminutes.com/docs/rust/) and [**Tour of Rust**](https://tourofrust.com/)
2) Watch some **screencasts** to get basics of **Ownership &Borrowing** concept
[http://intorust.com/](http://intorust.com/) or if you understand Portuguese watch [Aprenda Rust](https://bit.ly/aprendarust)
3) Follow this set of runnable examples to understand how everything fit together
Expand All @@ -28,4 +28,4 @@ decided to start learning it. Here are some steps for you to follow:
* [**Anthology**](https://github.com/brson/rust-anthology/blob/master/master-list.md)
6) Patterns and Good Practices
* [**Rust Patterns**](https://github.com/rust-unofficial/patterns)
* [**API Guidelines**](https://rust-lang-nursery.github.io/api-guidelines/)
* [**API Guidelines**](https://rust-lang-nursery.github.io/api-guidelines/)