diff --git a/src/Polly.Core/ResilienceContext.cs b/src/Polly.Core/ResilienceContext.cs index 9615d83a31..09fe070f7c 100644 --- a/src/Polly.Core/ResilienceContext.cs +++ b/src/Polly.Core/ResilienceContext.cs @@ -71,7 +71,7 @@ internal ResilienceContext() /// /// /// If the number of resilience events with severity greater than is greater than zero it's an indication that the execution was unhealthy. - /// Note that the number of reported events depends on whether the telemetry is enabled for the pipeline or not. + /// Note that the number of reported events depends on whether telemetry is enabled for the pipeline or not. /// public IReadOnlyList ResilienceEvents => _resilienceEvents;