Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backoff/tries.go: fix typo: missing 'o' : anther --> another #45

Merged
merged 1 commit into from
Jul 11, 2017

Conversation

mkrufky
Copy link
Contributor

@mkrufky mkrufky commented Jul 11, 2017

WithMaxTries creates a wrapper around another BackOff, which will
return Stop if NextBackOff() has been called too many times since
the last time Reset() was called

Note: Implementation is not thread-safe.

closes #46

Signed-off-by: Michael Ira Krufky mkrufky@gmail.com

WithMaxTries creates a wrapper around another BackOff, which will
return Stop if NextBackOff() has been called too many times since
the last time Reset() was called

Note: Implementation is not thread-safe.

Signed-off-by: Michael Ira Krufky <mkrufky@gmail.com>
@coveralls
Copy link

coveralls commented Jul 11, 2017

Coverage Status

Coverage remained the same at 83.516% when pulling 4dabfbd on mkrufky:patch-1 into 8736fff on cenkalti:master.

@coveralls
Copy link

coveralls commented Jul 11, 2017

Coverage Status

Coverage remained the same at 83.516% when pulling 4dabfbd on mkrufky:patch-1 into 8736fff on cenkalti:master.

@cenkalti cenkalti merged commit 61153c7 into cenkalti:master Jul 11, 2017
@mkrufky mkrufky deleted the patch-1 branch July 11, 2017 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

typo in backoff/tries.go: missing 'o' : anther --> another
3 participants