From f8610bbd5c00bb801df3d37fe9cc39b5055167c9 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Mon, 29 Jan 2018 11:59:53 +0100 Subject: [PATCH] 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 --- doc/go1.10.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/go1.10.html b/doc/go1.10.html index d24b0b70178..aef3be2bef6 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.
database/sql/driver

-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,