diff --git a/doc/go_spec.html b/doc/go_spec.html index c1f68a0ce6b..175d530923d 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1015,7 +1015,7 @@ make([]T, length, capacity)

produces the same slice as allocating an array and slicing it, so these two examples -produce the same slice: +result in the same slice: