From 7ec0856f0112900c5968f58a908f902a9f6c038e Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Sat, 9 Jan 2010 07:32:26 +1100 Subject: [PATCH] fix typo R=gri, iant CC=golang-dev https://golang.org/cl/183160 --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 1ca5fe7c1e..b5096322a5 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -696,7 +696,7 @@ underlying array.

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.

-- 2.50.0