Merge pull request #11 from brandur/spelling-fix
Minor spelling fix: s/accross/across/
This commit is contained in:
commit
7cd0fc89af
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user