From 337ce2220f0c7530cfcc67bd74188f316af68b2b Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 3 Mar 2009 16:10:15 -0800 Subject: [PATCH] rephrase redundancy. R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=25652 CL=25656 --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:

-- 
2.48.1