Skip to content

Commit aec3488

Browse files
author
suntala
committed
Update Output doc comment
1 parent 1134425 commit aec3488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/testing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ func (c *common) flushPartial() {
10881088
// Output returns a Writer that writes to the same test output stream as TB.Log.
10891089
// The output is indented like TB.Log lines, but Output does not
10901090
// add source locations or newlines. The output is internally line
1091-
// buffered, and a call to log or the end of the test will implicitly
1091+
// buffered, and a call to TB.Log or the end of the test will implicitly
10921092
// flush the buffer, followed by a newline. After a test function and all its
10931093
// parents return, neither Output nor the Write method may be called.
10941094
func (c *common) Output() io.Writer {

0 commit comments

Comments
 (0)