From 50f8651743a96af446eb1a21b9816a3bdeaf1a92 Mon Sep 17 00:00:00 2001 From: Sameer Ajmani Date: Thu, 13 Mar 2014 11:57:42 -0400 Subject: add missing "of" LGTM=rsc R=rsc, adg CC=golang-codereviews https://golang.org/cl/75450043 --- content/pipelines.article | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/pipelines.article') 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? -- cgit v1.2.3