From: Keith Randall Date: Thu, 22 May 2025 22:17:37 +0000 (-0700) Subject: doc: fix TBD mark X-Git-Tag: go1.25rc1~78 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=db55b83ce437577c0738f56808853b078d656a0b;p=gostls13.git doc: fix TBD mark Change-Id: I2133e3c62b4de0cec08eeb120d593c644643a62c Reviewed-on: https://go-review.googlesource.com/c/go/+/675755 Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov Reviewed-by: Keith Randall LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/next/5-toolchain.md b/doc/next/5-toolchain.md index 3708700c93..84a7624bb5 100644 --- a/doc/next/5-toolchain.md +++ b/doc/next/5-toolchain.md @@ -38,7 +38,7 @@ successfully in Go 1.25. If this change is affecting your code, the solution is the non-nil error check earlier in your code, preferably immediately after the error-generating statement. - + The compiler can now allocate the backing store for slices on the stack in more situations, which improves performance. This change has