<!--{
"Title": "The Go Programming Language Specification",
- "Subtitle": "Version of Feb 19, 2021",
+ "Subtitle": "Version of Feb 24, 2021",
"Path": "/ref/spec"
}-->
</p>
<p>
-If the final argument is assignable to a slice type <code>[]T</code>, it is
-passed unchanged as the value for a <code>...T</code> parameter if the argument
-is followed by <code>...</code>. In this case no new slice is created.
+If the final argument is assignable to a slice type <code>[]T</code> and
+is followed by <code>...</code>, it is passed unchanged as the value
+for a <code>...T</code> parameter. In this case no new slice is created.
</p>
<p>