Skip to content

Commit

Permalink
Fix grammar typo in comment in TplEventSource.cs (#73201)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubPang committed Aug 2, 2022
1 parent 8d09271 commit 27a1a75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public void TaskWaitContinuationStarted(int TaskID)
}

/// <summary>
/// Fired when the an asynchronous continuation for a task is scheduled
/// Fired when an asynchronous continuation for a task is scheduled
/// </summary>
/// <param name="OriginatingTaskSchedulerID">The scheduler ID.</param>
/// <param name="OriginatingTaskID">The task ID.</param>
Expand Down

0 comments on commit 27a1a75

Please sign in to comment.