Skip to content

Commit c99c755

Browse files
Update comment
Update comment grammar.
1 parent 38f715b commit c99c755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Polly.Core/ResiliencePipelineBuilderBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private protected ResiliencePipelineBuilderBase(ResiliencePipelineBuilderBase ot
7171
/// Gets or sets a <see cref="TimeProvider"/> that is used by strategies that work with time.
7272
/// </summary>
7373
/// <value>
74-
/// The default value is <see langword="null"/> and unless set, the <see cref="TimeProvider.System"/> will be used.
74+
/// The default value is <see langword="null"/> and unless set, <see cref="TimeProvider.System"/> will be used.
7575
/// </value>
7676
public TimeProvider? TimeProvider { get; set; }
7777

0 commit comments

Comments
 (0)