]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.19: fix crypto tags
authorRoland Shoemaker <roland@golang.org>
Fri, 10 Jun 2022 20:21:14 +0000 (13:21 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 13 Jun 2022 15:38:06 +0000 (15:38 +0000)
Closes an unclosed <code> tag, and tags a type that was untagged.

Change-Id: I9a1efda07f783f0ca7a93ffefbda4e29f5fc8d41
Reviewed-on: https://go-review.googlesource.com/c/go/+/411694
Auto-Submit: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Julie Qiu <julieqiu@google.com>
Run-TryBot: Roland Shoemaker <roland@golang.org>

doc/go1.19.html

index 37f562a9dfbcde96ee66ee73f929875c173bc64c..00fd38e2d66dcfc274b7d456d9f552f4b32ef33e 100644 (file)
@@ -367,9 +367,9 @@ as well as support for rendering them to HTML, Markdown, and text.
       <code>RawIssuer</code>, <code>Signature</code>,
       <code>AuthorityKeyId</code>, and <code>Extensions</code>.
 
-      The new method <a href="/pkg/crypto/x509/#RevocationList.CheckSignatureFrom"><code>RevocationList.CheckSignatureFrom</a>
+      The new method <a href="/pkg/crypto/x509/#RevocationList.CheckSignatureFrom"><code>RevocationList.CheckSignatureFrom</code></a>
       checks that the signature on a CRL is a valid signature from a
-      <a href="/pkg/crypto/x509/#Certificate">Certificate</a>.
+      <a href="/pkg/crypto/x509/#Certificate"><code>Certificate</code></a>.
 
       With the new CRL functionality, the existing functions
       <a href="/pkg/crypto/x509/#ParseCRL"><code>ParseCRL</code></a> and
@@ -391,7 +391,7 @@ as well as support for rendering them to HTML, Markdown, and text.
     <p><!-- CL 390834 -->
       The types <a href="/pkg/crypto/x509/pkix#CertificateList"><code>CertificateList</code></a> and
       <a href="/pkg/crypto/x509/pkix#TBSCertificateList"><code>TBSCertificateList</code></a>
-      have been deprecated. The new <a href="#crypto/x509"><code>crypto/x509</code></code> CRL functionality</a>
+      have been deprecated. The new <a href="#crypto/x509"><code>crypto/x509</code> CRL functionality</a>
       should be used instead.
     </p>
   </dd>