]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc: add missing space in godebug.md
authorRoland Shoemaker <roland@golang.org>
Fri, 20 Oct 2023 13:41:39 +0000 (09:41 -0400)
committerGopher Robot <gobot@golang.org>
Sat, 21 Oct 2023 03:03:54 +0000 (03:03 +0000)
Change-Id: I941b6397e2f09a4abb30c0caf91cc2ff2212a445
Reviewed-on: https://go-review.googlesource.com/c/go/+/536675
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Roland Shoemaker <roland@golang.org>

doc/godebug.md

index d578e740be33c41d62bd708492c55da61d0f0e83..380107cf66f4897ca845cad7f7709ff3412736c5 100644 (file)
@@ -129,7 +129,7 @@ and the [go command documentation](/cmd/go#hdr-Build_and_test_caching).
 ### Go 1.22
 
 Go 1.22 adds a configurable limit to control the maximum acceptable RSA key size
-that can be used in TLS handshakes, controlled by the [`tlsmaxrsasize`setting](/pkg/crypto/tls#Conn.Handshake).
+that can be used in TLS handshakes, controlled by the [`tlsmaxrsasize` setting](/pkg/crypto/tls#Conn.Handshake).
 The default is tlsmaxrsasize=8192, limiting RSA to 8192-bit keys. To avoid
 denial of service attacks, this setting and default was backported to Go
 1.19.13, Go 1.20.8, and Go 1.21.1.