aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/pipelines.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/pipelines.article b/content/pipelines.article
index 05772c9..a0fcb2c 100644
--- a/content/pipelines.article
+++ b/content/pipelines.article
@@ -151,7 +151,7 @@ senders that they will stop accepting input.
When `main` decides to exit without receiving all the values from
`out`, it must tell the goroutines in the upstream stages to abandon
-the values they're trying it send. It does so by sending values on a
+the values they're trying to send. It does so by sending values on a
channel called `done`. It sends two values since there are
potentially two blocked senders: