diff options
Diffstat (limited to 'content/pipelines')
-rw-r--r-- | content/pipelines/sqleak.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/pipelines/sqleak.go b/content/pipelines/sqleak.go index 4333205..47d99a6 100644 --- a/content/pipelines/sqleak.go +++ b/content/pipelines/sqleak.go @@ -68,7 +68,7 @@ func main() { c1 := sq(in) c2 := sq(in) - // Consume the first value from output. + // Consume the first value from the output. out := merge(c1, c2) fmt.Println(<-out) // 4 or 9 return |