Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Aug 18, 2023
1 parent 118fddc commit 70d36b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Polly.Core/ResilienceContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ internal ResilienceContext()
/// </summary>
/// <remarks>
/// If the number of resilience events with severity greater than <see cref="ResilienceEventSeverity.Information"/> 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.
/// </remarks>
public IReadOnlyList<ResilienceEvent> ResilienceEvents => _resilienceEvents;

Expand Down

0 comments on commit 70d36b1

Please sign in to comment.