We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c4f74 commit 959f76dCopy full SHA for 959f76d
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