mirror of
https://github.com/golang/go
synced 2024-11-24 22:00:09 -07:00
parent
307a899d5b
commit
7ec0856f01
@ -696,7 +696,7 @@ underlying array.
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
A slice, once initialized, is always associated with an underlying
|
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,
|
with its array and with other slices of the same array; by contrast,
|
||||||
distinct arrays always represent distinct storage.
|
distinct arrays always represent distinct storage.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user