Commit 751c8903 authored by Chris Broadfoot's avatar Chris Broadfoot

doc: fix typo in go1.8.html

Change-Id: I853da2666ed2b5f8b80bd9438f8c352f233b9c89
Reviewed-on: https://go-review.googlesource.com/33800Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 1102c70b
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment