aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2024-02-05 14:56:54 -0800
committerGopher Robot <gobot@golang.org>2024-04-16 17:29:58 +0000
commitb1ae67501af6385856fe2d8812c030f34c69e55c (patch)
treee0d90c45df46c308a4e16f07fd4db533535e1898 /doc
parentf17b28de78e7b2debd555f84a0e48be010e4fc88 (diff)
downloadgo-b1ae67501af6385856fe2d8812c030f34c69e55c.tar.gz
go-b1ae67501af6385856fe2d8812c030f34c69e55c.zip
doc: fix tense in godebug (s/revert/reverted)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/godebug.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/godebug.md b/doc/godebug.md
index 85137573da..704ebe3a2f 100644
--- a/doc/godebug.md
+++ b/doc/godebug.md
@@ -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)