Skip to content

Commit

Permalink
Update Method Name (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadgilalok authored Jun 21, 2023
1 parent b834003 commit 92026d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/AutomaticRetry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void OverrideDefault()

#region Attempts Exceeded
[AutomaticRetry(OnAttemptsExceeded = AttemptsExceededAction.Delete)]
public void DeleteWhenAttemptsExdeeded()
public void DeleteWhenAttemptsExceeded()
{
}
#endregion
Expand Down

0 comments on commit 92026d6

Please sign in to comment.