mirror of https://github.com/golang/go.git
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>
|
||||
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>
|
||||
|
||||
<pre>
|
||||
|
|
|
|||
Loading…
Reference in New Issue