Merge pull request #11 from brandur/spelling-fix

Minor spelling fix: s/accross/across/
This commit is contained in:
Mark McGranaghan 2012-10-11 12:00:35 -07:00
commit 7cd0fc89af

View File

@ -9,7 +9,7 @@ import "fmt"
func main() {
// For our example we'll select accross two channels.
// For our example we'll select across two channels.
c1 := make(chan string)
c2 := make(chan string)