1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:34:40 -07:00

rephrase redundancy.

R=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=25652
CL=25656
This commit is contained in:
Rob Pike 2009-03-03 16:10:15 -08:00
parent e8e894bff3
commit 337ce2220f

View File

@ -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>