diff --git a/doc/codewalk/sharemem.xml b/doc/codewalk/sharemem.xml index d443e176e7..8b47f12b7a 100644 --- a/doc/codewalk/sharemem.xml +++ b/doc/codewalk/sharemem.xml @@ -171,7 +171,7 @@ and/or writes to a shared map. 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.

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