diff --git a/src/Polly.Core/Hedging/HedgingActionGeneratorArguments.cs b/src/Polly.Core/Hedging/HedgingActionGeneratorArguments.cs index 46bf1193696..9ebbcb109b7 100644 --- a/src/Polly.Core/Hedging/HedgingActionGeneratorArguments.cs +++ b/src/Polly.Core/Hedging/HedgingActionGeneratorArguments.cs @@ -20,7 +20,7 @@ public readonly struct HedgingActionGeneratorArguments /// Initializes a new instance of the struct. /// /// The primary context received by the hedging strategy. - /// The action context. cloned from the primary context. + /// The action context cloned from the primary context. /// The zero-based hedging attempt number. /// The callback passed to the hedging strategy. public HedgingActionGeneratorArguments(