Skip to content

Commit

Permalink
In DuplexStream explanation: change 'There' to 'The'.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblandy committed Sep 4, 2012
1 parent 80c4f74 commit 959f76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Expand Up @@ -2593,7 +2593,7 @@ let result = port.recv();
## Creating a task with a bi-directional communication path

A very common thing to do is to spawn a child task where the parent
and child both need to exchange messages with each other. There
and child both need to exchange messages with each other. The
function `std::comm::DuplexStream()` supports this pattern. We'll
look briefly at how it is used.

Expand Down

0 comments on commit 959f76d

Please sign in to comment.