mirror of
https://github.com/golang/go
synced 2024-11-22 08:54:39 -07:00
rephrase redundancy.
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=25652 CL=25656
This commit is contained in:
parent
e8e894bff3
commit
337ce2220f
@ -1015,7 +1015,7 @@ make([]T, length, capacity)
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
produces the same slice as allocating an array and slicing it, so these two examples
|
produces the same slice as allocating an array and slicing it, so these two examples
|
||||||
produce the same slice:
|
result in the same slice:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user