]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix tense in godebug (s/revert/reverted)
authorIan Lance Taylor <iant@golang.org>
Mon, 5 Feb 2024 22:56:54 +0000 (14:56 -0800)
committerGopher Robot <gobot@golang.org>
Tue, 16 Apr 2024 17:29:58 +0000 (17:29 +0000)
Change-Id: Ida6ed22102a6da36739c7581aeab297fdd7bc9f8
Reviewed-on: https://go-review.googlesource.com/c/go/+/561715
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
doc/godebug.md

index 85137573da2f2996c293318209b2567acf47648b..704ebe3a2f5fef5a70b5fa9b6880a9c89a189255 100644 (file)
@@ -183,7 +183,7 @@ and clients to TLS 1.2. The default can be reverted to TLS 1.0 using the
 
 Go 1.22 changed the default TLS cipher suites used by clients and servers when
 not explicitly configured, removing the cipher suites which used RSA based key
-exchange. The default can be revert using the [`tlsrsakex` setting](/pkg/crypto/tls/#Config).
+exchange. The default can be reverted using the [`tlsrsakex` setting](/pkg/crypto/tls/#Config).
 
 Go 1.22 disabled
 [`ConnectionState.ExportKeyingMaterial`](/pkg/crypto/tls/#ConnectionState.ExportKeyingMaterial)