Skip to content

Commit 577f6cf

Browse files
dunglaspborreli
andauthored
Update src/net/http/httptest/recorder.go
Co-authored-by: Pascal Borreli <[email protected]>
1 parent 8e5d8d7 commit 577f6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/http/httptest/recorder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type ResponseRecorder struct {
4545
// Flushed is whether the Handler called Flush.
4646
Flushed bool
4747

48-
// ReadDeadline is the write deadline that has been set using
48+
// ReadDeadline is the read deadline that has been set using
4949
// "net/http".ResponseController
5050
ReadDeadline time.Time
5151

0 commit comments

Comments
 (0)