diff options
| author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2021-01-18 19:56:26 +0100 |
|---|---|---|
| committer | Daniel Martí <mvdan@mvdan.cc> | 2021-03-05 09:24:34 +0000 |
| commit | 2217e89ba326875470a856cd0da79f3ec9a896b8 (patch) | |
| tree | f476c45c3d505d75bb3652dc5cca9bae039e68e8 /src/net/http | |
| parent | 31df4e3fcd0c961684a027188a391f6db1ab3439 (diff) | |
| download | go-2217e89ba326875470a856cd0da79f3ec9a896b8.tar.xz | |
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>
Diffstat (limited to 'src/net/http')
| -rw-r--r-- | src/net/http/httptrace/trace.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/http/httptrace/trace.go b/src/net/http/httptrace/trace.go index 6a5cbac9d8..5777c91747 100644 --- a/src/net/http/httptrace/trace.go +++ b/src/net/http/httptrace/trace.go @@ -127,7 +127,7 @@ type ClientTrace struct { // ConnectDone is called when a new connection's Dial // completes. The provided err indicates whether the - // connection completedly successfully. + // connection completed successfully. // If net.Dialer.DualStack ("Happy Eyeballs") support is // enabled, this may be called multiple times. ConnectDone func(network, addr string, err error) |
