summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>