From: Brad Fitzpatrick Date: Tue, 21 Jul 2015 02:46:12 +0000 (-0700) Subject: doc: add missing preposition in go1.5.html X-Git-Tag: go1.5beta3~136 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=aee4f42a2bab915f617ff9d1be51b1514af2a50f;p=gostls13.git doc: add missing preposition in go1.5.html Change-Id: I2f855b9ad1676b3c4efedd764ce99e21c104a4ec Reviewed-on: https://go-review.googlesource.com/12446 Reviewed-by: Rob Pike --- diff --git a/doc/go1.5.html b/doc/go1.5.html index 79f5b8c1d2..3526979c99 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -778,7 +778,7 @@ Also in the bytes package, the Buffer type now has a Cap method that reports the number of bytes allocated within the buffer. -Similarly, both the bytes +Similarly, in both the bytes and strings packages, the Reader type now has a Size