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 e27a01a commit 41ee2f0Copy full SHA for 41ee2f0
sdk/core/Azure.Core/src/RetryOptions.cs
@@ -62,7 +62,7 @@ internal RetryOptions(RetryOptions? retryOptions)
62
public RetryMode Mode { get; set; } = RetryMode.Exponential;
63
64
/// <summary>
65
- /// The timeout applied to an individual network operations.
+ /// The timeout applied to individual network operations.
66
/// </summary>
67
public TimeSpan NetworkTimeout { get; set; } = TimeSpan.FromSeconds(100);
68
}
0 commit comments