summaryrefslogtreecommitdiff
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
commit2fd6389f7a15d165f86988e442cf39ce29c8cd41 (patch)
tree17299621388df195da56b9b6d6799332ee30b080
parentae4521437ec67ddf414d2d3638af5ce6a2a5078c (diff)
downloadgolang-2fd6389f7a15d165f86988e442cf39ce29c8cd41.tar.gz
fix typo
R=gri, iant CC=golang-dev http://codereview.appspot.com/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 1ca5fe7c1..b5096322a 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>