aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/builtin/builtin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/builtin/builtin.go b/src/builtin/builtin.go
index e3e4df9de6..7feb209bb4 100644
--- a/src/builtin/builtin.go
+++ b/src/builtin/builtin.go
@@ -236,7 +236,7 @@ func imag(c ComplexType) FloatType
//
// x, ok := <-c
//
-// will also set ok to false for a closed channel.
+// will also set ok to false for a closed and empty channel.
func close(c chan<- Type)
// The panic built-in function stops normal execution of the current