Skip to content

Commit

Permalink
Adjust cref to refer to type instead of property (Azure#46009)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkiGibson committed Sep 17, 2024
1 parent b325e5b commit 60109ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/Azure.Core/src/ClientOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public HttpPipelineTransport Transport

/// <summary>
/// Gets or sets the policy to use for retries. If a policy is specified, it will be used in place of the <see cref="Retry"/> property.
/// The <see cref="RetryPolicy"/> type can be derived from to modify the default behavior without needing to fully implement the retry logic.
/// The <see cref="Pipeline.RetryPolicy"/> type can be derived from to modify the default behavior without needing to fully implement the retry logic.
/// If <see cref="RetryPolicy.Process"/> is overridden or a custom <see cref="HttpPipelinePolicy"/> is specified,
/// it is the implementer's responsibility to update the <see cref="HttpMessage.ProcessingContext"/> values.
/// </summary>
Expand Down

0 comments on commit 60109ae

Please sign in to comment.