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 3ec4b7c commit 08f27aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Polly.CircuitBreaker;
public class CircuitBreakerStrategyOptions<TResult> : ResilienceStrategyOptions
{
/// <summary>
/// Gets or sets the failure threshold at which the circuit will break.
/// Gets or sets the failure-to-success ratio at which the circuit will break.
/// </summary>
/// <remarks>
/// A number between zero and one (inclusive) e.g. 0.5 represents breaking if 50% or more of actions result in a handled failure.
Expand Down

0 comments on commit 08f27aa

Please sign in to comment.