We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7550e45 + 959f76d commit 147e938Copy full SHA for 147e938
doc/tutorial.md
@@ -2593,7 +2593,7 @@ let result = port.recv();
2593
## Creating a task with a bi-directional communication path
2594
2595
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
+and child both need to exchange messages with each other. The
2597
function `std::comm::DuplexStream()` supports this pattern. We'll
2598
look briefly at how it is used.
2599
0 commit comments