diff --git a/doc/go_spec.html b/doc/go_spec.html index f46e2f87f0..1ead370ea0 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -5265,7 +5265,5 @@ The following minimal alignment properties are guaranteed:
len(a) is only a constant if a is a (qualified) identifier denoting an array or pointer to an array.nil maps are not treated like empty maps.nil channel causes a run-time panic.