more idiomadic phrase

This commit is contained in:
Mark McGranaghan 2012-10-21 19:28:13 -04:00
parent 7f9b445752
commit e6c231a959

View File

@ -3,8 +3,8 @@
// multiple goroutines. Another option is to use the
// built-in synchronization features of goroutines and
// channels to achieve the same result. This channel-based
// approach aligns with Go's ideas of sharing memory via
// communications and having each piece of data owned
// approach aligns with Go's ideas of sharing memory by
// communicating and having each piece of data owned
// by exactly 1 goroutine.
package main