Skip to content

Commit

Permalink
Spelling fix (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Zyyeric <[email protected]>
  • Loading branch information
Zyyeric authored Aug 13, 2024
1 parent 8e1d363 commit 11ed4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hedged.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Config struct {
// Default is zero which means no hedged requests will be made.
Upto int

// Delay before 2 consequitive hedged requests.
// Delay before 2 consecutive hedged requests.
Delay time.Duration

// Next returns the upto and delay for each HTTP that will be hedged.
Expand Down

0 comments on commit 11ed4a5

Please sign in to comment.