diff options
author | Rob Pike <r@golang.org> | 2009-03-03 16:10:15 -0800 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2009-03-03 16:10:15 -0800 |
commit | 43e282f5f9c5ac9883ca25b821541f87ae8f4c6c (patch) | |
tree | 98961f4aa20f8f4b79597b792b4ce868d0468daa | |
parent | c63e9e2f5f89b2ac37dedc032b779d9be5871870 (diff) | |
download | golang-43e282f5f9c5ac9883ca25b821541f87ae8f4c6c.tar.gz |
rephrase redundancy.
R=rsc
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=25652
CL=25656
-rw-r--r-- | doc/go_spec.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html index c1f68a0ce..175d53092 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -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> |