Skip to content

Commit e263c6b

Browse files
committed
Slighly clarify channel-synchronization comment
Fixes #626
1 parent f6feee9 commit e263c6b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$ go run channel-synchronization.go
22
working...done
33

4-
# If you removed the `<- done` line from this program, the
5-
# program would exit before the `worker` even
6-
# started.
4+
# If you removed the `<- done` line from this program,
5+
# the program could exit before the `worker` finished
6+
# its work, or in some cases even before it started.

public/channel-synchronization

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)