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
1 changed files with 1 additions and 1 deletions

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>