diff options
| author | clatour <chandler.latour@gmail.com> | 2015-05-18 11:41:59 -0600 |
|---|---|---|
| committer | clatour <chandler.latour@gmail.com> | 2015-05-18 11:41:59 -0600 |
| commit | 83df71d6c5f7e2994d9f405ae857be72bc97a59e (patch) | |
| tree | 27023284dddeaa9514f9286d337dea524026b7bf | |
| parent | 84b1e084862c08c19c36f0cf1f3698343c8ba7fa (diff) | |
| download | rust-83df71d6c5f7e2994d9f405ae857be72bc97a59e.tar.gz rust-83df71d6c5f7e2994d9f405ae857be72bc97a59e.zip | |
trpl: Dining philosophers backstory typo
Minor typo/grammar error.
| -rw-r--r-- | src/doc/trpl/dining-philosophers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/dining-philosophers.md b/src/doc/trpl/dining-philosophers.md index 035f4de9da2..cb02072566e 100644 --- a/src/doc/trpl/dining-philosophers.md +++ b/src/doc/trpl/dining-philosophers.md @@ -18,7 +18,7 @@ called ‘the dining philosophers’. It was originally conceived by Dijkstra in > in his own chair, picked up his own fork on his left, and plunged it into the > spaghetti. But such is the tangled nature of spaghetti that a second fork is > required to carry it to the mouth. The philosopher therefore had also to pick -> up the fork on his right. When we was finished he would put down both his +> up the fork on his right. When he was finished he would put down both his > forks, get up from his chair, and continue thinking. Of course, a fork can be > used by only one philosopher at a time. If the other philosopher wants it, he > just has to wait until the fork is available again. |
