diff --git a/src/Polly/CircuitBreaker/AsyncAdvancedCircuitBreakerTResultSyntax.cs b/src/Polly/CircuitBreaker/AsyncAdvancedCircuitBreakerTResultSyntax.cs index 1f8472b5846..d654a29b231 100644 --- a/src/Polly/CircuitBreaker/AsyncAdvancedCircuitBreakerTResultSyntax.cs +++ b/src/Polly/CircuitBreaker/AsyncAdvancedCircuitBreakerTResultSyntax.cs @@ -21,7 +21,7 @@ public static class AsyncAdvancedCircuitBreakerTResultSyntax /// /// /// The policy builder. - /// The failure threshold at which the circuit will break (a number between 0 and 1; eg 0.5 represents breaking if 50% or more of actions result in a handled failure. + /// The failure threshold at which the circuit will break (a number between 0 and 1; eg 0.5 represents breaking if 50% or more of actions result in a handled failure). /// The duration of the timeslice over which failure ratios are assessed. /// The minimum throughput: this many actions or more must pass through the circuit in the timeslice, for statistics to be considered significant and the circuit-breaker to come into action. /// The duration the circuit will stay open before resetting. @@ -57,7 +57,7 @@ public static AsyncCircuitBreakerPolicy AdvancedCircuitBreakerAsync /// /// The policy builder. - /// The failure threshold at which the circuit will break (a number between 0 and 1; eg 0.5 represents breaking if 50% or more of actions result in a handled failure. + /// The failure threshold at which the circuit will break (a number between 0 and 1; eg 0.5 represents breaking if 50% or more of actions result in a handled failure). /// The duration of the timeslice over which failure ratios are assessed. /// The minimum throughput: this many actions or more must pass through the circuit in the timeslice, for statistics to be considered significant and the circuit-breaker to come into action. /// The duration the circuit will stay open before resetting. @@ -92,7 +92,7 @@ public static AsyncCircuitBreakerPolicy AdvancedCircuitBreakerAsync /// /// The policy builder. - /// The failure threshold at which the circuit will break (a number between 0 and 1; eg 0.5 represents breaking if 50% or more of actions result in a handled failure. + /// The failure threshold at which the circuit will break (a number between 0 and 1; eg 0.5 represents breaking if 50% or more of actions result in a handled failure). /// The duration of the timeslice over which failure ratios are assessed. /// The minimum throughput: this many actions or more must pass through the circuit in the timeslice, for statistics to be considered significant and the circuit-breaker to come into action. /// The duration the circuit will stay open before resetting. @@ -131,7 +131,7 @@ public static AsyncCircuitBreakerPolicy AdvancedCircuitBreakerAsync /// /// The policy builder. - /// The failure threshold at which the circuit will break (a number between 0 and 1; eg 0.5 represents breaking if 50% or more of actions result in a handled failure. + /// The failure threshold at which the circuit will break (a number between 0 and 1; eg 0.5 represents breaking if 50% or more of actions result in a handled failure). /// The duration of the timeslice over which failure ratios are assessed. /// The minimum throughput: this many actions or more must pass through the circuit in the timeslice, for statistics to be considered significant and the circuit-breaker to come into action. /// The duration the circuit will stay open before resetting. @@ -168,7 +168,7 @@ public static AsyncCircuitBreakerPolicy AdvancedCircuitBreakerAsync /// /// The policy builder. - /// The failure threshold at which the circuit will break (a number between 0 and 1; eg 0.5 represents breaking if 50% or more of actions result in a handled failure. + /// The failure threshold at which the circuit will break (a number between 0 and 1; eg 0.5 represents breaking if 50% or more of actions result in a handled failure). /// The duration of the timeslice over which failure ratios are assessed. /// The minimum throughput: this many actions or more must pass through the circuit in the timeslice, for statistics to be considered significant and the circuit-breaker to come into action. /// The duration the circuit will stay open before resetting. @@ -206,7 +206,7 @@ public static AsyncCircuitBreakerPolicy AdvancedCircuitBreakerAsync /// /// The policy builder. - /// The failure threshold at which the circuit will break (a number between 0 and 1; eg 0.5 represents breaking if 50% or more of actions result in a handled failure. + /// The failure threshold at which the circuit will break (a number between 0 and 1; eg 0.5 represents breaking if 50% or more of actions result in a handled failure). /// The duration of the timeslice over which failure ratios are assessed. /// The minimum throughput: this many actions or more must pass through the circuit in the timeslice, for statistics to be considered significant and the circuit-breaker to come into action. /// The duration the circuit will stay open before resetting.