From 2a0178d304140027f1cbf0139b94c00ec454f955 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sun, 21 Oct 2012 19:29:32 -0400 Subject: [PATCH] no comma --- examples/stateful-goroutines/stateful-goroutines.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stateful-goroutines/stateful-goroutines.go b/examples/stateful-goroutines/stateful-goroutines.go index 4e05a03..3af4d87 100644 --- a/examples/stateful-goroutines/stateful-goroutines.go +++ b/examples/stateful-goroutines/stateful-goroutines.go @@ -54,7 +54,7 @@ func main() { // goroutine repeatedly selects on the `reads` and // `writes` channels, responding to requests as they // arrive. A response is executed by first performing - // the requested operation, and then sending a value + // the requested operation and then sending a value // on the response channel `resp` to indicate success // (and the desired value in the case of `reads`). go func() {