Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itpey authored Oct 26, 2024
1 parent 1d9a7a1 commit a965480
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 @@ -54,7 +54,7 @@ import (
func main() {
r := retry.New(
retry.Config{
maxAttemptTimes: 10,
MaxAttemptTimes: 10,
})

fn := func() error {
Expand Down

0 comments on commit a965480

Please sign in to comment.