From 09976941cc86610650f884b4a7e0cfad936518a8 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Tue, 26 Sep 2023 10:39:20 +0100 Subject: [PATCH] Fix typo Remove rogue period. --- src/Polly.Core/Hedging/HedgingActionGeneratorArguments.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Polly.Core/Hedging/HedgingActionGeneratorArguments.cs b/src/Polly.Core/Hedging/HedgingActionGeneratorArguments.cs index 46bf119369..9ebbcb109b 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(