Skip to content

Commit

Permalink
Fixed docstring of None in RetryConfigurationExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tripletri authored and phatboyg committed May 22, 2023
1 parent 2cc64eb commit 9de5979
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ public static void UseRetry<TSaga>(this IPipeConfigurator<SagaConsumeContext<TSa
}

/// <summary>
/// Create an immediate retry policy with the specified number of retries, with no
/// delay between attempts.
/// Create a policy that does not retry any messages.
/// </summary>
/// <param name="configurator"></param>
/// <returns></returns>
Expand Down

0 comments on commit 9de5979

Please sign in to comment.