Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Update comment grammar.
  • Loading branch information
martincostello authored Nov 14, 2023
1 parent 38f715b commit c99c755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Polly.Core/ResiliencePipelineBuilderBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private protected ResiliencePipelineBuilderBase(ResiliencePipelineBuilderBase ot
/// Gets or sets a <see cref="TimeProvider"/> that is used by strategies that work with time.
/// </summary>
/// <value>
/// The default value is <see langword="null"/> and unless set, the <see cref="TimeProvider.System"/> will be used.
/// The default value is <see langword="null"/> and unless set, <see cref="TimeProvider.System"/> will be used.
/// </value>
public TimeProvider? TimeProvider { get; set; }

Expand Down

0 comments on commit c99c755

Please sign in to comment.