From 959f76ddeb795298b88ef42da0c69fa5198f4fe8 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 4 Sep 2012 00:40:18 -0700 Subject: [PATCH] In DuplexStream explanation: change 'There' to 'The'. --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index 4743e384633..e639ce6e9f4 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -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. -- 2.44.0