diff --git a/doc/next/6-stdlib/99-minor/testing/36532.md b/doc/next/6-stdlib/99-minor/testing/36532.md
index ffa92acf0ce251f84c6634dd369420a4d1e758ff..1c3ad893ba781ba4c4f7a13b1d5f14a9b74cba2b 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.