Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Jul 28, 2023
1 parent 1d7a807 commit 044d6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Polly.Core/Retry/RetryStrategyOptions.TResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class RetryStrategyOptions<TResult> : ResilienceStrategyOptions
public RetryBackoffType BackoffType { get; set; } = RetryConstants.DefaultBackoffType;

/// <summary>
/// Gets or sets a value indicating whether the jitter should be used when calculating the backoff delay between retries.
/// Gets or sets a value indicating whether jitter should be used when calculating the backoff delay between retries.
/// </summary>
/// <remarks>
/// See <see href="https://github.com/Polly-Contrib/Polly.Contrib.WaitAndRetry#new-jitter-recommendation"/> for more details
Expand Down

0 comments on commit 044d6a5

Please sign in to comment.