diff --git a/doc/go1.19.html b/doc/go1.19.html
index fc0ef11e3f..9a85765064 100644
--- a/doc/go1.19.html
+++ b/doc/go1.19.html
@@ -77,7 +77,7 @@ As part of this change, gofmt
now reformats doc comments to make their rendered meaning clearer.
See “Go Doc Comments”
for syntax details and descriptions of common mistakes now highlighted by gofmt.
-As another part of this change, the new package go/doc/comment
+As another part of this change, the new package go/doc/comment
provides parsing and reformatting of doc comments
as well as support for rendering them to HTML, Markdown, and text.
The GODEBUG option tls10default=1 has been
removed. It is still possible to enable TLS 1.0 client-side by setting
- Config.MinVersion.
+ Config.MinVersion.
@@ -464,7 +464,7 @@ as well as support for rendering them to HTML, Markdown, and text.
The ParseCRL and
ParseDERCRL functions
are now deprecated in favor of ParseRevocationList.
- The Certificate.CheckCRLSignature
+ The Certificate.CheckCRLSignature
method is deprecated in favor of RevocationList.CheckSignatureFrom.
- The types CertificateList and
- TBSCertificateList
+ The types CertificateList and
+ TBSCertificateList
have been deprecated. The new crypto/x509 CRL functionality
should be used instead.
The new EM_LONGARCH and R_LARCH_* constants
@@ -583,7 +583,7 @@ as well as support for rendering them to HTML, Markdown, and text.
The parser now recognizes ~x as a unary expression with operator
- token.TILDE,
+ token.TILDE,
allowing better error recovery when a type constraint such as ~int is used in an incorrect context.
When tracing and the - CPU profiler are + CPU profiler are enabled simultaneously, the execution trace includes CPU profile samples as instantaneous events.