Skip to content

Commit

Permalink
spelling: interval
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref authored and cenkalti committed Feb 9, 2023
1 parent af9bd1c commit a214dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exponential_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func TestBackOffOverflow(t *testing.T) {
exp.Reset()

exp.NextBackOff()
// Assert that when an overflow is possible, the current varerval time.Duration is set to the max varerval time.Duration.
// Assert that when an overflow is possible, the current interval time.Duration is set to the max interval time.Duration.
assertEquals(t, testMaxInterval, exp.currentInterval)
}

Expand Down

0 comments on commit a214dad

Please sign in to comment.