From e2ce5a37b174e5524e44db4687f517405bb28641 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Sat, 22 Sep 2012 05:55:00 +1000 Subject: [release-branch.go1] doc: fix typo in Concurrency Patterns article MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ««« backport 29990fa0951c doc: fix typo in Concurrency Patterns article Fixes #3178. R=golang-dev, iant CC=golang-dev https://golang.org/cl/6506064 »»» --- doc/articles/concurrency_patterns.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/concurrency_patterns.html b/doc/articles/concurrency_patterns.html index 515d974d2b..62168b840b 100644 --- a/doc/articles/concurrency_patterns.html +++ b/doc/articles/concurrency_patterns.html @@ -64,7 +64,7 @@ could fail since no one is ready.

-This problem is a textbook of example of what is known as a +This problem is a textbook example of what is known as a race condition, but the fix is trivial. We just make sure to buffer the channel ch (by adding the buffer length as the second argument to make), -- cgit v1.2.3-54-g00ecf