Skip to content

Commit

Permalink
fix typo in deadline (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
skillcoder committed Sep 11, 2021
1 parent 46d9235 commit 06b464f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http.go
Expand Up @@ -53,7 +53,7 @@ type Request struct {
// Client/HostClient shouldn't use this field but should depend on the uri.scheme instead.
isTLS bool

// Request timeout. Usually set by DoDealine or DoTimeout
// Request timeout. Usually set by DoDeadline or DoTimeout
// if <= 0, means not set
timeout time.Duration
}
Expand Down

0 comments on commit 06b464f

Please sign in to comment.