about summary refs log tree commit diff
path: root/src/doc/trpl
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-05-19 18:47:14 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-05-19 18:47:14 +0530
commit02b79c47632606eb61a447cb513f180b6cbcefe7 (patch)
tree446829a10008fa68da6e5d217b54fb229fbe1b99 /src/doc/trpl
parentf83fe6ec1e2feb7f7185b1dbcca18258bd422f7d (diff)
parent83df71d6c5f7e2994d9f405ae857be72bc97a59e (diff)
downloadrust-02b79c47632606eb61a447cb513f180b6cbcefe7.tar.gz
rust-02b79c47632606eb61a447cb513f180b6cbcefe7.zip
Rollup merge of #25575 - clatour:patch-2, r=steveklabnik
Looks like this was an issue in the source material. I've let the editor know and he has told me he is correcting it there as well.

r? @steveklabnik
Diffstat (limited to 'src/doc/trpl')
-rw-r--r--src/doc/trpl/dining-philosophers.md2
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.