aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2015-08-07 04:16:43 +0000
committerAndrew Gerrand <adg@golang.org>2015-08-07 05:51:33 +0000
commitabe70aff0e06ec5bbd12aa53a3ce991a7e884eb6 (patch)
treef5ea86effdde800bf495b9b0ccf4dcbb4924ca1b
parent4b145d42e9bb7a1474091b21cf897e28e7b15ef0 (diff)
downloadgo-abe70aff0e06ec5bbd12aa53a3ce991a7e884eb6.tar.gz
go-abe70aff0e06ec5bbd12aa53a3ce991a7e884eb6.zip
doc: tweak phrasing in Go 1.5 release notes
Change-Id: I6bea045bb1cef15e6d9d3b4e6e6b4ae91f7bb941 Reviewed-on: https://go-review.googlesource.com/13345 Reviewed-by: Rob Pike <r@golang.org>
-rw-r--r--doc/go1.5.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.5.html b/doc/go1.5.html
index 376eb933cc..39b5699942 100644
--- a/doc/go1.5.html
+++ b/doc/go1.5.html
@@ -815,7 +815,7 @@ method to discard data from the input.
</li>
<li>
-Also in the <a href="/pkg/bytes/"><code>bytes</code></a> package,
+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.