Merge pull request #191 from mmcgrana/goroutines-spelling

Fix goroutines spelling
This commit is contained in:
Mark McGranaghan 2018-02-01 15:00:30 -08:00 committed by GitHub
commit 1d272218fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# When we run this program, we see the 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.
$ go run goroutines.go
direct : 0

View File

@ -158,7 +158,7 @@ before the program exits.</p>
<td class="docs">
<p>When we run this program, we see the 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.</p>
</td>