From db55b83ce437577c0738f56808853b078d656a0b Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Thu, 22 May 2025 15:17:37 -0700 Subject: [PATCH] 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 --- doc/next/5-toolchain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0