doc: fix typo in sharemem codewalk

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/98460045
This commit is contained in:
Emil Hessman 2014-05-21 14:34:20 -07:00 committed by Brad Fitzpatrick
parent cee8bcabfa
commit 52abddb712

View file

@ -171,7 +171,7 @@ and/or writes to a shared map.
<step title="Conclusion" src="doc/codewalk/urlpoll.go">
In this codewalk we have explored a simple example of using Go's concurrency
primitives to share memory through commmunication.
primitives to share memory through communication.
<br/><br/>
This should provide a starting point from which to explore the ways in which
goroutines and channels can be used to write expressive and concise concurrent