diff --git a/doc/go_spec.html b/doc/go_spec.html index 74fccd7125..80de0f45a6 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -3147,8 +3147,8 @@ and the result of the slice operation is a slice with the same element type as t
If the sliced operand of a valid slice expression is a nil slice, the result
-is a nil slice. Otherwise, the result shares its underlying array with the
-operand.
+is a nil slice. Otherwise, if the result is a slice, it shares its underlying
+array with the operand.