Skip to content

Commit 2217e89

Browse files
rhcarvalhomvdan
authored andcommitted
net/http/httptrace: fix doc typo
Change-Id: I919d9c3968c0fcd33774e714f22182504790bd01 Reviewed-on: https://go-review.googlesource.com/c/go/+/284143 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Daniel Martí <[email protected]> Trust: Daniel Martí <[email protected]>
1 parent 31df4e3 commit 2217e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/http/httptrace/trace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ type ClientTrace struct {
127127

128128
// ConnectDone is called when a new connection's Dial
129129
// completes. The provided err indicates whether the
130-
// connection completedly successfully.
130+
// connection completed successfully.
131131
// If net.Dialer.DualStack ("Happy Eyeballs") support is
132132
// enabled, this may be called multiple times.
133133
ConnectDone func(network, addr string, err error)

0 commit comments

Comments
 (0)