]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix TBD mark
authorKeith Randall <khr@golang.org>
Thu, 22 May 2025 22:17:37 +0000 (15:17 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 22 May 2025 22:49:25 +0000 (15:49 -0700)
Change-Id: I2133e3c62b4de0cec08eeb120d593c644643a62c
Reviewed-on: https://go-review.googlesource.com/c/go/+/675755
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
doc/next/5-toolchain.md

index 3708700c93bf772912ec35a7ec9f9a0fb8340aaa..84a7624bb5a36c2c62ebb92b1ef065fe31179c69 100644 (file)
@@ -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.
 
-<!-- CLs 653856, 657937, 663795, TBD 664299 -->
+<!-- CLs 653856, 657937, 663795, 664299 -->
 
 The compiler can now allocate the backing store for slices on the
 stack in more situations, which improves performance. This change has