We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120d91a commit 19b501bCopy full SHA for 19b501b
src/Ydb.Sdk/src/Ado/RetryPolicy/YdbRetryPolicy.cs
@@ -59,7 +59,7 @@ public YdbRetryPolicy(YdbRetryPolicyConfig config)
59
/// <param name="config">The <see cref="YdbRetryPolicyConfig"/> retry policy configuration.</param>
60
/// <param name="random">The random number generator for jitter calculations.</param>
61
/// <remarks>
62
- /// This constructor is primarily used for testing purposes to provide deterministic behavior.
+ /// This constructor is used for testing purposes to provide deterministic behavior.
63
/// In production code, use the constructor that takes only the configuration parameter.
64
/// </remarks>
65
internal YdbRetryPolicy(YdbRetryPolicyConfig config, IRandom random) : this(config)
0 commit comments