From aee4f42a2bab915f617ff9d1be51b1514af2a50f Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 20 Jul 2015 19:46:12 -0700 Subject: [PATCH] doc: add missing preposition in go1.5.html Change-Id: I2f855b9ad1676b3c4efedd764ce99e21c104a4ec Reviewed-on: https://go-review.googlesource.com/12446 Reviewed-by: Rob Pike --- doc/go1.5.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0