]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add missing preposition in go1.5.html
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 21 Jul 2015 02:46:12 +0000 (19:46 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 21 Jul 2015 03:29:22 +0000 (03:29 +0000)
Change-Id: I2f855b9ad1676b3c4efedd764ce99e21c104a4ec
Reviewed-on: https://go-review.googlesource.com/12446
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.5.html

index 79f5b8c1d2241951c5edc40c8bff78d3da375a9f..3526979c99081c0970d537b329952019f28e17de 100644 (file)
@@ -778,7 +778,7 @@ Also in the <a href="/pkg/bytes/"><code>bytes</code></a> package,
 the <a href="/pkg/bytes/#Buffer"><code>Buffer</code></a> type
 now has a <a href="/pkg/bytes/#Buffer.Cap"><code>Cap</code></a> method
 that reports the number of bytes allocated within the buffer.
-Similarly, both the <a href="/pkg/bytes/"><code>bytes</code></a>
+Similarly, in both the <a href="/pkg/bytes/"><code>bytes</code></a>
 and <a href="/pkg/strings/"><code>strings</code></a> packages,
 the <a href="/pkg/bytes/#Reader"><code>Reader</code></a>
 type now has a <a href="/pkg/bytes/#Reader.Size"><code>Size</code></a>