We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1d363 commit 11ed4a5Copy full SHA for 11ed4a5
hedged.go
@@ -27,7 +27,7 @@ type Config struct {
27
// Default is zero which means no hedged requests will be made.
28
Upto int
29
30
- // Delay before 2 consequitive hedged requests.
+ // Delay before 2 consecutive hedged requests.
31
Delay time.Duration
32
33
// Next returns the upto and delay for each HTTP that will be hedged.
0 commit comments