]> Cypherpunks repositories - gostls13.git/commitdiff
doc: tweak phrasing in Go 1.5 release notes
authorAndrew Gerrand <adg@golang.org>
Fri, 7 Aug 2015 04:16:43 +0000 (04:16 +0000)
committerAndrew Gerrand <adg@golang.org>
Fri, 7 Aug 2015 05:51:33 +0000 (05:51 +0000)
Change-Id: I6bea045bb1cef15e6d9d3b4e6e6b4ae91f7bb941
Reviewed-on: https://go-review.googlesource.com/13345
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.5.html

index 376eb933cc952f03383c18a332eace2af38f33f2..39b5699942c9e6e41afd5d063e918d76b87d00e5 100644 (file)
@@ -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.