From: Andrew Gerrand Date: Fri, 7 Aug 2015 04:16:43 +0000 (+0000) Subject: doc: tweak phrasing in Go 1.5 release notes X-Git-Tag: go1.5~1^2~34 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=abe70aff0e06ec5bbd12aa53a3ce991a7e884eb6;p=gostls13.git doc: tweak phrasing in Go 1.5 release notes Change-Id: I6bea045bb1cef15e6d9d3b4e6e6b4ae91f7bb941 Reviewed-on: https://go-review.googlesource.com/13345 Reviewed-by: Rob Pike --- 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.