| commit | c75340488616b2744cbd7029d4b5a8e7003eaf87 | [log] [tgz] |
|---|---|---|
| author | Nigel Tao <nigeltao@golang.org> | Mon Jan 07 10:48:06 2013 +1100 |
| committer | Nigel Tao <nigeltao@golang.org> | Mon Jan 07 10:48:06 2013 +1100 |
| tree | f6147b2e5c7f4cd69ad102a6a49393c5f8b8c366 | |
| parent | 46811d27ce6b3753f70bc49423f4f448e613609d [diff] [blame] |
bytes: fix docs: s/array/slice/. R=rsc, mdempsky, dave CC=golang-dev https://golang.org/cl/7028051
diff --git a/src/pkg/bytes/buffer_test.go b/src/pkg/bytes/buffer_test.go index c53544a..69b2507 100644 --- a/src/pkg/bytes/buffer_test.go +++ b/src/pkg/bytes/buffer_test.go
@@ -260,7 +260,7 @@ func TestRuneIO(t *testing.T) { const NRune = 1000 - // Built a test array while we write the data + // Built a test slice while we write the data b := make([]byte, utf8.UTFMax*NRune) var buf Buffer n := 0