Skip to content

Commit 9b5350e

Browse files
author
fmoko
authored
Merge pull request #546 from jienius/doc-improve-readme
docs: Fix grammatical errors in Readme
2 parents 69fc9ce + 5382cd6 commit 9b5350e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Greetings and welcome to `rustlings`. This project contains small exercises to g
99

1010
_...looking for the old, web-based version of Rustlings? Try [here](https://github.com/rust-lang/rustlings/tree/rustlings-1)_
1111

12-
Alternatively, for a first-time Rust learner, there's several other resources:
12+
Alternatively, for a first-time Rust learner, there are several other resources:
1313

1414
- [The Book](https://doc.rust-lang.org/book/index.html) - The most comprehensive resource for learning Rust, but a bit theoretical sometimes. You will be using this along with Rustlings!
1515
- [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html) - Learn Rust by solving little exercises! It's almost like `rustlings`, but online
@@ -76,7 +76,7 @@ Then, same as above, run `rustlings` to get started.
7676

7777
The exercises are sorted by topic and can be found in the subdirectory `rustlings/exercises/<topic>`. For every topic there is an additional README file with some resources to get you started on the topic. We really recommend that you have a look at them before you start.
7878

79-
The task is simple. Most exercises contain an error that keep them from compiling, and it's up to you to fix it! Some exercises are also run as tests, but rustlings handles them all the same. To run the exercises in the recommended order, execute:
79+
The task is simple. Most exercises contain an error that keeps them from compiling, and it's up to you to fix it! Some exercises are also run as tests, but rustlings handles them all the same. To run the exercises in the recommended order, execute:
8080

8181
```bash
8282
rustlings watch

0 commit comments

Comments
 (0)