Fix comment typo in select.go

This commit is contained in:
Zak Johnson 2014-01-19 10:10:58 -08:00
parent b66cb44abd
commit 36a81cf5e9

View File

@ -1,6 +1,6 @@
// Go's _select_ lets you wait on multiple channel
// operations. Combining goroutines and channels with
// select is powerful feature of Go.
// select is a powerful feature of Go.
package main