From aec3488db98b6bcaaf28525d585fb0068d2fbfa8 Mon Sep 17 00:00:00 2001 From: suntala Date: Wed, 7 May 2025 19:24:19 +0200 Subject: [PATCH] Update Output doc comment --- src/testing/testing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/testing.go b/src/testing/testing.go index 07ad4a72f9..eeac00ffad 100644 --- a/src/testing/testing.go +++ b/src/testing/testing.go @@ -1088,7 +1088,7 @@ func (c *common) flushPartial() { // Output returns a Writer that writes to the same test output stream as TB.Log. // The output is indented like TB.Log lines, but Output does not // add source locations or newlines. The output is internally line -// buffered, and a call to log or the end of the test will implicitly +// buffered, and a call to TB.Log or the end of the test will implicitly // flush the buffer, followed by a newline. After a test function and all its // parents return, neither Output nor the Write method may be called. func (c *common) Output() io.Writer {