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.
-Drivers that currently hold on to the destination buffer provdied by
+Drivers that currently hold on to the destination buffer provided by
driver.Rows.Next 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 StructField,
with the result that for those fields,
and Value.CanSet
incorrectly returned true and
-and Value.Set
+Value.Set
incorrectly succeeded.
The underlying metadata has been corrected;
for those fields,