mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 03:33:59 +00:00
Merge pull request #3377 from jimblandy/doc-fixes
In DuplexStream explanation: change 'There' to 'The'.
This commit is contained in:
commit
147e9380e2
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user