Skip to content

Commit

Permalink
Fix StyleCop warning
Browse files Browse the repository at this point in the history
Fix StyleCop warning by updating constructor documentation.
  • Loading branch information
martincostello committed Sep 28, 2023
1 parent c4eaa68 commit a7defaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Polly/RateLimit/LockFreeTokenBucketRateLimiter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal sealed class LockFreeTokenBucketRateLimiter : IRateLimiter
#endif

/// <summary>
/// Creates an instance of <see cref="LockFreeTokenBucketRateLimiter"/>
/// Initializes a new instance of the <see cref="LockFreeTokenBucketRateLimiter"/> class.
/// </summary>
/// <param name="onePer">How often one execution is permitted.</param>
/// <param name="bucketCapacity">The capacity of the token bucket.
Expand Down

0 comments on commit a7defaa

Please sign in to comment.