Skip to content

Commit 959f76d

Browse files
committed
In DuplexStream explanation: change 'There' to 'The'.
1 parent 80c4f74 commit 959f76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
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)