Skip to content

Commit 9bc66e8

Browse files
Fixed comment
1 parent f4064fb commit 9bc66e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapter6/example10/example10.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func main() {
4141
tasks <- fmt.Sprintf("Task : %d", post)
4242
}
4343

44-
// Close the channel so the goroutine will quit
44+
// Close the channel so the goroutines will quit
4545
// when all the work is done.
4646
close(tasks)
4747

0 commit comments

Comments
 (0)