From 0bd2c0b4bd662645d03fb4f08e201bae29c1a7e6 Mon Sep 17 00:00:00 2001 From: Mordy Ovits Date: Wed, 22 May 2024 19:52:40 -0400 Subject: [PATCH] Update godebug.md Remove two instances of "the the" --- doc/godebug.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/godebug.md b/doc/godebug.md index bc8b32c00ee..649bcc59829 100644 --- a/doc/godebug.md +++ b/doc/godebug.md @@ -186,12 +186,12 @@ X25519Kyber768Draft00 by default. The default can be reverted using the Go 1.23 changed the behavior of [crypto/x509.ParseCertificate](/pkg/crypto/x509/#ParseCertificate) to reject serial numbers that are negative. This change can be reverted with -the the [`x509negativeserial` setting](/pkg/crypto/x509/#ParseCertificate). +the [`x509negativeserial` setting](/pkg/crypto/x509/#ParseCertificate). Go 1.23 changed the behavior of [crypto/x509.ParseCertificate](/pkg/crypto/x509/#ParseCertificate) to reject serial numbers that are longer than 20 octets. This change can be reverted with -the the [`x509seriallength` setting](/pkg/crypto/x509/#ParseCertificate). +the [`x509seriallength` setting](/pkg/crypto/x509/#ParseCertificate). Go 1.23 re-enabled support in html/template for ECMAScript 6 template literals by default. The [`jstmpllitinterp` setting](/pkg/html/template#hdr-Security_Model) no longer has