Fix goroutines spelling

This commit is contained in:
Mark McGranaghan 2018-02-01 17:58:40 -05:00
parent 77cf5a60f8
commit ca05e42084

View File

@ -1,6 +1,6 @@
# When we run this program, we see the output of the # When we run this program, we see the output of the
# blocking call first, then the interleaved output of the # blocking call first, then the interleaved output of the
# two gouroutines. This interleaving reflects the # two goroutines. This interleaving reflects the
# goroutines being run concurrently by the Go runtime. # goroutines being run concurrently by the Go runtime.
$ go run goroutines.go $ go run goroutines.go
direct : 0 direct : 0