Skip to content

Commit 147e938

Browse files
committed
Merge pull request #3377 from jimblandy/doc-fixes
In DuplexStream explanation: change 'There' to 'The'.
2 parents 7550e45 + 959f76d commit 147e938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2593,7 +2593,7 @@ let result = port.recv();
25932593
## Creating a task with a bi-directional communication path
25942594

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

0 commit comments

Comments
 (0)