Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
subvillion authored Dec 3, 2018
1 parent 611bd93 commit 687b6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ log each retry example:
func() error {
return errors.New("some error")
},
retry.OnRetry(func(n unit, err error) {
retry.OnRetry(func(n uint, err error) {
log.Printf("#%d: %s\n", n, err)
}),
)
Expand Down

0 comments on commit 687b6a2

Please sign in to comment.