1
0
mirror of https://github.com/golang/go synced 2024-07-08 20:29:48 +00:00

Update godebug.md

Remove two instances of "the the"
This commit is contained in:
Mordy Ovits 2024-05-22 19:52:40 -04:00 committed by GitHub
parent 56ec5d96bc
commit 0bd2c0b4bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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