diff options
Diffstat (limited to 'content/pipelines.article')
-rw-r--r-- | content/pipelines.article | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/pipelines.article b/content/pipelines.article index ab5d1ce..bfa24fc 100644 --- a/content/pipelines.article +++ b/content/pipelines.article @@ -8,8 +8,8 @@ Sameer Ajmani Go's concurrency primitives make it easy to construct streaming data pipelines that make efficient use of I/O and multiple CPUs. This article presents -examples such pipelines, highlights subtleties that arise when operations fail, -and introduces techniques for dealing with failures cleanly. +examples of such pipelines, highlights subtleties that arise when operations +fail, and introduces techniques for dealing with failures cleanly. * What is a pipeline? |