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