From 751c8903d29752bffa0c846a69fe465b2487f3f4 Mon Sep 17 00:00:00 2001 From: Chris Broadfoot Date: Thu, 1 Dec 2016 13:27:32 -0800 Subject: [PATCH] doc: fix typo in go1.8.html Change-Id: I853da2666ed2b5f8b80bd9438f8c352f233b9c89 Reviewed-on: https://go-review.googlesource.com/33800 Reviewed-by: Brad Fitzpatrick --- doc/go1.8.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.8.html b/doc/go1.8.html index 96d325e34a..c05e70a586 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -950,7 +950,7 @@ crypto/x509: return error for missing SerialNumber (CL 27238)

In previous versions of Go, unmarshaling a JSON null into an - of Unmarshaler + Unmarshaler was considered a no-op; now the Unmarshaler's UnmarshalJSON method is called with the JSON literal null and can define the semantics of that case. -- 2.50.0