aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2018-01-29 11:59:53 +0100
committerIan Lance Taylor <iant@golang.org>2018-01-29 18:34:00 +0000
commitf8610bbd5c00bb801df3d37fe9cc39b5055167c9 (patch)
tree6958cfc2a50c88a5ea92781db4351d810ff8a48a
parent5af1e7d78e7678db93f12fecc9f0454f7fa2eba9 (diff)
downloadgo-f8610bbd5c00bb801df3d37fe9cc39b5055167c9.tar.gz
go-f8610bbd5c00bb801df3d37fe9cc39b5055167c9.zip
doc: fix two small mistakes in 1.10 release notes
Change-Id: If928b14f6cd89b1d78745e8bc7a081ccbd7fd38f Reviewed-on: https://go-review.googlesource.com/90515 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--doc/go1.10.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/go1.10.html b/doc/go1.10.html
index d24b0b7017..aef3be2bef 100644
--- a/doc/go1.10.html
+++ b/doc/go1.10.html
@@ -814,7 +814,7 @@ formats the X.509 distinguished name in the standard RFC 2253 format.
<dl id="database/sql/driver"><dt><a href="/pkg/database/sql/driver/">database/sql/driver</a></dt>
<dd>
<p>
-Drivers that currently hold on to the destination buffer provdied by
+Drivers that currently hold on to the destination buffer provided by
<a href="/pkg/database/sql/driver/#Rows.Next"><code>driver.Rows.Next</code></a> should ensure they no longer
write to a buffer assigned to the destination array outside of that call.
Drivers must be careful that underlying buffers are not modified when closing
@@ -1347,7 +1347,7 @@ in the corresponding <a href="/pkg/reflect/#StructField">StructField</a>,
with the result that for those fields,
and <a href="/pkg/reflect/#Value.CanSet"><code>Value.CanSet</code></a>
incorrectly returned true and
-and <a href="/pkg/reflect/#Value.Set"><code>Value.Set</code></a>
+<a href="/pkg/reflect/#Value.Set"><code>Value.Set</code></a>
incorrectly succeeded.
The underlying metadata has been corrected;
for those fields,