1
0
mirror of https://github.com/golang/go synced 2024-11-11 22:40:22 -07:00
R=gri, iant
CC=golang-dev
https://golang.org/cl/183160
This commit is contained in:
Rob Pike 2010-01-09 07:32:26 +11:00
parent 307a899d5b
commit 7ec0856f01

View 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>