aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Savintsev <dsavints@gmail.com>2017-08-03 23:25:59 +0200
committerBrad Fitzpatrick <bradfitz@golang.org>2017-08-03 21:30:23 +0000
commitbe596f049a3ba75abc2180ebe3dc26450d783498 (patch)
treec1d9c52989686c3f30d7f692f401be906c69c62b
parent0173631d53df98b17d282b3d71e8f515388915cc (diff)
downloadgo-be596f049a3ba75abc2180ebe3dc26450d783498.tar.gz
go-be596f049a3ba75abc2180ebe3dc26450d783498.zip
doc/1.9: fix stray html in CL 53030
Change-Id: Ib4102b1e2a8863712f725c4d1e37fdbe3dfe3c07 Reviewed-on: https://go-review.googlesource.com/53210 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/go1.9.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.9.html b/doc/go1.9.html
index 16d26386c1..105bf34c5a 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -477,7 +477,7 @@ version of gccgo.
If any SAN extension, including with no DSN names, is present
in the certificate, then the Common Name from
- <a href="#pkg/crypto/x509/#Certificate.Subject"><code>Subject</code>code></a> is ignored.
+ <a href="#pkg/crypto/x509/#Certificate.Subject"><code>Subject</code></a> is ignored.
In previous releases, the code tested only whether DNS-name SANs were
present in a certificate.
</p>