From: Ian Lance Taylor Date: Tue, 20 Aug 2024 16:38:47 +0000 (-0700) Subject: doc/next: update 36532.md to wording suggested in CL X-Git-Tag: go1.24rc1~1154 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4e1cc09f8b9bcef2b6d0839a7d0026b50c21998b;p=gostls13.git 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 Reviewed-by: Damien Neil Auto-Submit: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/next/6-stdlib/99-minor/testing/36532.md b/doc/next/6-stdlib/99-minor/testing/36532.md index ffa92acf0c..1c3ad893ba 100644 --- a/doc/next/6-stdlib/99-minor/testing/36532.md +++ b/doc/next/6-stdlib/99-minor/testing/36532.md @@ -1,2 +1,2 @@ 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.