aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2010-01-09 07:32:26 +1100
committerRob Pike <r@golang.org>2010-01-09 07:32:26 +1100
commit7ec0856f0112900c5968f58a908f902a9f6c038e (patch)
tree59482c953da89d085530920962569ad8cb51e2ab
parent307a899d5b725567b283840a6477ea216304a190 (diff)
downloadgo-7ec0856f0112900c5968f58a908f902a9f6c038e.tar.gz
go-7ec0856f0112900c5968f58a908f902a9f6c038e.zip
fix typo
R=gri, iant CC=golang-dev https://golang.org/cl/183160
-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 1ca5fe7c1e..b5096322a5 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -696,7 +696,7 @@ underlying array.
</p>
<p>
A slice, once initialized, is always associated with an underlying
-array that holds its elements. A slice therfore shares storage
+array that holds its elements. A slice therefore shares storage
with its array and with other slices of the same array; by contrast,
distinct arrays always represent distinct storage.
</p>