Commit abe70aff authored by Andrew Gerrand's avatar Andrew Gerrand

doc: tweak phrasing in Go 1.5 release notes

Change-Id: I6bea045bb1cef15e6d9d3b4e6e6b4ae91f7bb941
Reviewed-on: https://go-review.googlesource.com/13345Reviewed-by: default avatarRob Pike <r@golang.org>
parent 4b145d42
...@@ -815,7 +815,7 @@ method to discard data from the input. ...@@ -815,7 +815,7 @@ method to discard data from the input.
</li> </li>
<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 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 now has a <a href="/pkg/bytes/#Buffer.Cap"><code>Cap</code></a> method
that reports the number of bytes allocated within the buffer. that reports the number of bytes allocated within the buffer.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment