Minor spelling fix: s/accross/across/

This commit is contained in:
Brandur 2012-10-11 11:40:12 -07:00
parent 3a691aa7ac
commit 3eed4928b7

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)