Skip to content

Commit

Permalink
Fixed small issue in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen committed Sep 24, 2024
1 parent 6ac494c commit b1b073d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class PnPCoreHttpRequestsOptions
public class PnPCoreHttpRequestsSharePointRestOptions
{
/// <summary>
/// Use the Retry-After header for calculating the delay in case of a retry. Defaults to false
/// Use the Retry-After header for calculating the delay in case of a retry. Defaults to true
/// </summary>
public bool UseRetryAfterHeader { get; set; } = true;

Expand Down

0 comments on commit b1b073d

Please sign in to comment.