Skip to content

Commit

Permalink
Update tcpdialer.go (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
moredure committed Jan 9, 2022
1 parent c727b99 commit d19b872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcpdialer.go
Expand Up @@ -127,7 +127,7 @@ type Resolver interface {

// TCPDialer contains options to control a group of Dial calls.
type TCPDialer struct {
// Concurrency controls the maximum number of concurrent Dails
// Concurrency controls the maximum number of concurrent Dials
// that can be performed using this object.
// Setting this to 0 means unlimited.
//
Expand Down

0 comments on commit d19b872

Please sign in to comment.