From: Rob Pike Date: Wed, 4 Mar 2009 00:10:15 +0000 (-0800) Subject: rephrase redundancy. X-Git-Tag: weekly.2009-11-06~2116 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=337ce2220f0c7530cfcc67bd74188f316af68b2b;p=gostls13.git rephrase redundancy. R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=25652 CL=25656 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index c1f68a0ce6..175d530923 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1015,7 +1015,7 @@ make([]T, length, capacity)

produces the same slice as allocating an array and slicing it, so these two examples -produce the same slice: +result in the same slice: