Skip to content

Commit

Permalink
Fix typo (dotnet#90903)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwengier authored Sep 18, 2023
1 parent 48a2b36 commit 0ad4e69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private void InitializeWithTimer(TimeSpan millisecondsDelay, TimeProvider timePr
/// <remarks>
/// <para>
/// The associated <see cref="CancellationToken" /> will be notified of the cancellation and will transition to a state where
/// <see cref="CancellationToken.IsCancellationRequested"/> returns true. Any callbacks or cancelable operationsregistered
/// <see cref="CancellationToken.IsCancellationRequested"/> returns true. Any callbacks or cancelable operations registered
/// with the <see cref="CancellationToken"/> will be executed.
/// </para>
/// <para>
Expand Down

0 comments on commit 0ad4e69

Please sign in to comment.