Skip to content

Commit 0bf88b2

Browse files
committed
Rollup merge of rust-lang#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
2 parents 2c477e0 + 83df71d commit 0bf88b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/dining-philosophers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ called ‘the dining philosophers’. It was originally conceived by Dijkstra in
1818
> in his own chair, picked up his own fork on his left, and plunged it into the
1919
> spaghetti. But such is the tangled nature of spaghetti that a second fork is
2020
> required to carry it to the mouth. The philosopher therefore had also to pick
21-
> up the fork on his right. When we was finished he would put down both his
21+
> up the fork on his right. When he was finished he would put down both his
2222
> forks, get up from his chair, and continue thinking. Of course, a fork can be
2323
> used by only one philosopher at a time. If the other philosopher wants it, he
2424
> just has to wait until the fork is available again.

0 commit comments

Comments
 (0)