Skip to content

Commit d27128b

Browse files
rolandshoemakergopherbot
authored andcommitted
doc/go1.19: fix crypto tags
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 <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Julie Qiu <[email protected]> Run-TryBot: Roland Shoemaker <[email protected]>
1 parent 55590f3 commit d27128b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/go1.19.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
367367
<code>RawIssuer</code>, <code>Signature</code>,
368368
<code>AuthorityKeyId</code>, and <code>Extensions</code>.
369369

370-
The new method <a href="/pkg/crypto/x509/#RevocationList.CheckSignatureFrom"><code>RevocationList.CheckSignatureFrom</a>
370+
The new method <a href="/pkg/crypto/x509/#RevocationList.CheckSignatureFrom"><code>RevocationList.CheckSignatureFrom</code></a>
371371
checks that the signature on a CRL is a valid signature from a
372-
<a href="/pkg/crypto/x509/#Certificate">Certificate</a>.
372+
<a href="/pkg/crypto/x509/#Certificate"><code>Certificate</code></a>.
373373

374374
With the new CRL functionality, the existing functions
375375
<a href="/pkg/crypto/x509/#ParseCRL"><code>ParseCRL</code></a> and
@@ -391,7 +391,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
391391
<p><!-- CL 390834 -->
392392
The types <a href="/pkg/crypto/x509/pkix#CertificateList"><code>CertificateList</code></a> and
393393
<a href="/pkg/crypto/x509/pkix#TBSCertificateList"><code>TBSCertificateList</code></a>
394-
have been deprecated. The new <a href="#crypto/x509"><code>crypto/x509</code></code> CRL functionality</a>
394+
have been deprecated. The new <a href="#crypto/x509"><code>crypto/x509</code> CRL functionality</a>
395395
should be used instead.
396396
</p>
397397
</dd>

0 commit comments

Comments
 (0)