summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-03-03 16:10:15 -0800
committerRob Pike <r@golang.org>2009-03-03 16:10:15 -0800
commit43e282f5f9c5ac9883ca25b821541f87ae8f4c6c (patch)
tree98961f4aa20f8f4b79597b792b4ce868d0468daa
parentc63e9e2f5f89b2ac37dedc032b779d9be5871870 (diff)
downloadgolang-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.html2
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>