]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix two instances of "the the" in godebug.md
authorMordy Ovits <mordyovits@users.noreply.github.com>
Thu, 23 May 2024 01:41:03 +0000 (01:41 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 23 May 2024 01:45:30 +0000 (01:45 +0000)
Remove two instances of "the the" introduced recently
in CL 562343 and CL 562975.

Change-Id: Ib32ca80fcd6764343021c84135bd65853945c9ea
GitHub-Last-Rev: 0bd2c0b4bd662645d03fb4f08e201bae29c1a7e6
GitHub-Pull-Request: golang/go#67594
Reviewed-on: https://go-review.googlesource.com/c/go/+/587717
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>

doc/godebug.md

index bc8b32c00eed6b75a9e117aea8d46e31d6bbe00a..649bcc598296821e573a3ae4c4b2f1e19736c21f 100644 (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