We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31df4e3 commit 2217e89Copy full SHA for 2217e89
src/net/http/httptrace/trace.go
@@ -127,7 +127,7 @@ type ClientTrace struct {
127
128
// ConnectDone is called when a new connection's Dial
129
// completes. The provided err indicates whether the
130
- // connection completedly successfully.
+ // connection completed successfully.
131
// If net.Dialer.DualStack ("Happy Eyeballs") support is
132
// enabled, this may be called multiple times.
133
ConnectDone func(network, addr string, err error)
0 commit comments