From: Chris Broadfoot Date: Thu, 1 Dec 2016 21:27:32 +0000 (-0800) Subject: doc: fix typo in go1.8.html X-Git-Tag: go1.8beta2~116 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=751c8903d29752bffa0c846a69fe465b2487f3f4;p=gostls13.git doc: fix typo in go1.8.html Change-Id: I853da2666ed2b5f8b80bd9438f8c352f233b9c89 Reviewed-on: https://go-review.googlesource.com/33800 Reviewed-by: Brad Fitzpatrick --- 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.