Skip to content

Commit

Permalink
fix: rustbook.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Jun 5, 2020
1 parent 292ac09 commit 2a72891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notes/rustbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

* I remember wondering about what are traits from the beginning.

## The most useful chapter was these ones:
## The most useful chapters were these ones:
* Programming a Guessing Game
* Understanding Ownership

Expand All @@ -24,7 +24,7 @@

* `rustup` installation OK.
* Don't talk about `rustc`, just tell me `cargo [new|run]`.
* Unnecessarily talking about `Cargo.toml`. Tell me you're going to explain me later. And you do in the Guessing game chapter.
* Unnecessarily talking about `Cargo.toml`. Tell me you're going to explain me later on in the Guessing game chapter.

## Chapter 2: Programming a Guessing Game

Expand Down

0 comments on commit 2a72891

Please sign in to comment.