]> Cypherpunks repositories - gostls13.git/commitdiff
rephrase redundancy.
authorRob Pike <r@golang.org>
Wed, 4 Mar 2009 00:10:15 +0000 (16:10 -0800)
committerRob Pike <r@golang.org>
Wed, 4 Mar 2009 00:10:15 +0000 (16:10 -0800)
R=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=25652
CL=25656

doc/go_spec.html

index c1f68a0ce6b6e07dcd9c1cd32c2cd4252122708c..175d530923d237a8fe10de77f9301555405bcb5e 100644 (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>