]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix two small mistakes in 1.10 release notes
authorAlberto Donizetti <alb.donizetti@gmail.com>
Mon, 29 Jan 2018 10:59:53 +0000 (11:59 +0100)
committerIan Lance Taylor <iant@golang.org>
Mon, 29 Jan 2018 18:34:00 +0000 (18:34 +0000)
Change-Id: If928b14f6cd89b1d78745e8bc7a081ccbd7fd38f
Reviewed-on: https://go-review.googlesource.com/90515
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.10.html

index d24b0b70178a994f80f2809c0b732834d382b3d9..aef3be2bef65a0890ab762c55726cc33ec89e594 100644 (file)
@@ -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,