doc/next: update 36532.md to wording suggested in CL

Change-Id: If7a2aa45770d19ee15f8fe99cab62624c2e29ef6
Reviewed-on: https://go-review.googlesource.com/c/go/+/606958
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
Ian Lance Taylor 2024-08-20 09:38:47 -07:00 committed by Gopher Robot
parent ab4182251b
commit 4e1cc09f8b
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
The new [T.Context] and [B.Context] methods return a context that's canceled The new [T.Context] and [B.Context] methods return a context that's canceled
before the end of its associated test or benchmark function. after the test completes and before test cleanup functions run.