Skip to content

Commit

Permalink
Fix typo in FakeTimeProvider.SetUtcNow doc comment (#4731)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepouw authored Nov 17, 2023
1 parent 0bf528b commit 0f548a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public override DateTimeOffset GetUtcNow()
/// Sets the date and time in the UTC time zone.
/// </summary>
/// <param name="value">The date and time in the UTC time zone.</param>
/// <exception cref="ArgumentOutOfRangeException">if the supplied time value is before the curent time.</exception>
/// <exception cref="ArgumentOutOfRangeException">if the supplied time value is before the current time.</exception>
public void SetUtcNow(DateTimeOffset value)
{
lock (Waiters)
Expand Down

0 comments on commit 0f548a1

Please sign in to comment.