mirror of
https://github.com/golang/go
synced 2024-11-02 08:01:26 +00:00
doc: fix typo in go1.8.html
Change-Id: I853da2666ed2b5f8b80bd9438f8c352f233b9c89 Reviewed-on: https://go-review.googlesource.com/33800 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
1102c70bc4
commit
751c8903d2
1 changed files with 1 additions and 1 deletions
|
@ -950,7 +950,7 @@ crypto/x509: return error for missing SerialNumber (CL 27238)
|
|||
<p> <!-- CL 30944 -->
|
||||
|
||||
In previous versions of Go, unmarshaling a JSON <code>null</code> into an
|
||||
of <a href="/pkg/encoding/json/#Unmarshaler"><code>Unmarshaler</code></a>
|
||||
<a href="/pkg/encoding/json/#Unmarshaler"><code>Unmarshaler</code></a>
|
||||
was considered a no-op; now the <code>Unmarshaler</code>'s
|
||||
<code>UnmarshalJSON</code> method is called with the JSON literal
|
||||
<code>null</code> and can define the semantics of that case.
|
||||
|
|
Loading…
Reference in a new issue