diff --git a/doc/go_spec.html b/doc/go_spec.html index 239e69c987c..c93bb6c65d4 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -4922,7 +4922,8 @@ At any time the following relationship holds:

-The length and capacity of a nil slice, map, or channel are 0. +The length of a nil slice, map or channel is 0. +The capacity of a nil slice and channel is 0.