]> Cypherpunks repositories - gostls13.git/commitdiff
fix typo
authorRob Pike <r@golang.org>
Fri, 8 Jan 2010 20:32:26 +0000 (07:32 +1100)
committerRob Pike <r@golang.org>
Fri, 8 Jan 2010 20:32:26 +0000 (07:32 +1100)
R=gri, iant
CC=golang-dev
https://golang.org/cl/183160

doc/go_spec.html

index 1ca5fe7c1e336fb9b0c3d2edb8cd0b6ce9aff8fe..b5096322a5230aa54fc983b71bf92f82774c3561 100644 (file)
@@ -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>