doc: fixing typos

This commit is contained in:
Kyle Robinson Young 2015-10-10 09:15:55 -07:00
parent 87cd2c0827
commit a6aa6456ee
6 changed files with 6 additions and 6 deletions

View file

@ -45,7 +45,7 @@ Now, lets imagine this sequence of events:
6. ... ? All the forks are taken, but nobody can eat!
There are different ways to solve this problem. Well get to our solution in
the tutorial itself. For now, lets get started modelling the problem itself.
the tutorial itself. For now, lets get started modeling the problem itself.
Well start with the philosophers:
```rust