]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in go1.8.html
authorChris Broadfoot <cbro@golang.org>
Thu, 1 Dec 2016 21:27:32 +0000 (13:27 -0800)
committerChris Broadfoot <cbro@golang.org>
Thu, 1 Dec 2016 21:32:50 +0000 (21:32 +0000)
Change-Id: I853da2666ed2b5f8b80bd9438f8c352f233b9c89
Reviewed-on: https://go-review.googlesource.com/33800
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.8.html

index 96d325e34a7d0a62d42d54d28e4fdf89fe8a1555..c05e70a586571c46a427c33d894a928a6db504f8 100644 (file)
@@ -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.