From: Rob Pike Date: Fri, 8 Jan 2010 20:32:26 +0000 (+1100) Subject: fix typo X-Git-Tag: weekly.2010-01-13~41 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7ec0856f0112900c5968f58a908f902a9f6c038e;p=gostls13.git fix typo R=gri, iant CC=golang-dev https://golang.org/cl/183160 --- 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.

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.