Skip to content

Commit 41ee2f0

Browse files
authored
Fix typo in RetryOptions.cs documentation (#53514)
1 parent e27a01a commit 41ee2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/core/Azure.Core/src/RetryOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ internal RetryOptions(RetryOptions? retryOptions)
6262
public RetryMode Mode { get; set; } = RetryMode.Exponential;
6363

6464
/// <summary>
65-
/// The timeout applied to an individual network operations.
65+
/// The timeout applied to individual network operations.
6666
/// </summary>
6767
public TimeSpan NetworkTimeout { get; set; } = TimeSpan.FromSeconds(100);
6868
}

0 commit comments

Comments
 (0)