Fixed minor doc typo for mutexes

This commit is contained in:
Jacques Fuentes 2013-03-27 12:08:33 -03:00
parent c20a72ea97
commit 0f7cdc3d65

View File

@ -75,7 +75,7 @@ func main() {
}() }()
} }
// Let the 110 goroutines work on the `state` and // Let the 10 goroutines work on the `state` and
// `mutex` for a second. // `mutex` for a second.
time.Sleep(time.Second) time.Sleep(time.Second)