Commit 7ec0856f authored by Rob Pike's avatar Rob Pike

fix typo

R=gri, iant
CC=golang-dev
https://golang.org/cl/183160
parent 307a899d
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment