From b1ae67501af6385856fe2d8812c030f34c69e55c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 5 Feb 2024 14:56:54 -0800 Subject: 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 Reviewed-by: Emmanuel Odeke Auto-Submit: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Reviewed-by: Cherry Mui --- doc/godebug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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) -- cgit v1.2.3-54-g00ecf