Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Aug 15, 2023
1 parent 87bf5fc commit 720677c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Polly.RateLimiting/RateLimiterStrategyOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class RateLimiterStrategyOptions : ResilienceStrategyOptions
public Func<OnRateLimiterRejectedArguments, ValueTask>? OnRejected { get; set; }

/// <summary>
/// Gets or sets a rate limiter use by the strategy.
/// Gets or sets a rate limiter used by the strategy.
/// </summary>
/// <value>
/// The default value is <see langword="null"/>. If this property is <see langword="null"/>, then the strategy
Expand Down

0 comments on commit 720677c

Please sign in to comment.