We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1c76d commit 1024b25Copy full SHA for 1024b25
doc/go_spec.html
@@ -1,6 +1,6 @@
1
<!--{
2
"Title": "The Go Programming Language Specification",
3
- "Subtitle": "Version of March 12, 2019",
+ "Subtitle": "Version of March 13, 2019",
4
"Path": "/ref/spec"
5
}-->
6
@@ -3484,7 +3484,7 @@ <h3 id="Passing_arguments_to_..._parameters">Passing arguments to <code>...</cod
3484
</p>
3485
3486
<p>
3487
-If the final argument is assignable to a slice type <code>[]T</code>, it may be
+If the final argument is assignable to a slice type <code>[]T</code>, it is
3488
passed unchanged as the value for a <code>...T</code> parameter if the argument
3489
is followed by <code>...</code>. In this case no new slice is created.
3490
0 commit comments