mirror of
https://github.com/golang/go
synced 2024-11-11 22:40:22 -07:00
parent
307a899d5b
commit
7ec0856f01
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user