From abe70aff0e06ec5bbd12aa53a3ce991a7e884eb6 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 7 Aug 2015 04:16:43 +0000 Subject: [PATCH] doc: tweak phrasing in Go 1.5 release notes Change-Id: I6bea045bb1cef15e6d9d3b4e6e6b4ae91f7bb941 Reviewed-on: https://go-review.googlesource.com/13345 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 376eb933cc..39b5699942 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -815,7 +815,7 @@ method to discard data from the input.
  • -Also in the bytes package, +In the bytes package, the Buffer type now has a Cap method that reports the number of bytes allocated within the buffer. -- 2.50.0