mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
net/http/httptrace: fix doc typo
Change-Id: I919d9c3968c0fcd33774e714f22182504790bd01 Reviewed-on: https://go-review.googlesource.com/c/go/+/284143 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Daniel Martí <mvdan@mvdan.cc> Trust: Daniel Martí <mvdan@mvdan.cc>
This commit is contained in:
parent
31df4e3fcd
commit
2217e89ba3
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ type ClientTrace struct {
|
||||||
|
|
||||||
// ConnectDone is called when a new connection's Dial
|
// ConnectDone is called when a new connection's Dial
|
||||||
// completes. The provided err indicates whether the
|
// completes. The provided err indicates whether the
|
||||||
// connection completedly successfully.
|
// connection completed successfully.
|
||||||
// If net.Dialer.DualStack ("Happy Eyeballs") support is
|
// If net.Dialer.DualStack ("Happy Eyeballs") support is
|
||||||
// enabled, this may be called multiple times.
|
// enabled, this may be called multiple times.
|
||||||
ConnectDone func(network, addr string, err error)
|
ConnectDone func(network, addr string, err error)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue