Skip to content

Commit 8dd3ae8

Browse files
committed
Fix incorrect documentation comment
1 parent 7fe1830 commit 8dd3ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/corelib/Providers/Rackspace/ProviderBase`1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ protected Response StreamRESTRequest(CloudIdentity identity, Uri absoluteUri, Ht
606606
/// The base implementation returns a <see cref="JsonRequestSettings"/> object initialized with the following values.
607607
///
608608
/// <list type="bullet">
609-
/// <item>The <see cref="RequestSettings.RetryCount"/> is 2.</item>
609+
/// <item>The <see cref="RequestSettings.RetryCount"/> is 0.</item>
610610
/// <item>The <see cref="RequestSettings.RetryDelay"/> is 200 milliseconds.</item>
611611
/// <item>The <see cref="RequestSettings.Non200SuccessCodes"/> contains <see cref="HttpStatusCode.Unauthorized"/> and <see cref="HttpStatusCode.Conflict"/>, along with the values in <paramref name="non200SuccessCodes"/> (if any).</item>
612612
/// <item>The <see cref="RequestSettings.UserAgent"/> is set to <see cref="UserAgentGenerator.UserAgent"/>.</item>

0 commit comments

Comments
 (0)