diff --git a/doc/go1.21.html b/doc/go1.21.html index d3c1d13647..1a39a27c85 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -589,7 +589,7 @@ Do not send CLs removing the interior tags from such phrases.
- RevocationList.RevokedCertificates
has been deprecated and replaced with the new RevocationList.Entries
field, which is a slice of RevocationListEntry
. RevocationListEntry
contains all of the fields in pkix.RevokedCertificate
, as well as the revocation reason code.
+ RevocationList.RevokedCertificates
has been deprecated and replaced with the new RevokedCertificateEntries
field, which is a slice of RevocationListEntry
. RevocationListEntry
contains all of the fields in pkix.RevokedCertificate
, as well as the revocation reason code.