未验证 提交 192db36c 编写于 作者: L Liviu Mandras-Iura 提交者: GitHub

Fixed typo in remarks section of OnCompleted (#62982)

上级 89857ea4
......@@ -78,7 +78,7 @@ internal TaskAwaiter(Task task)
/// <param name="continuation">The action to invoke when the await operation completes.</param>
/// <exception cref="System.ArgumentNullException">The <paramref name="continuation"/> argument is null (Nothing in Visual Basic).</exception>
/// <exception cref="System.InvalidOperationException">The awaiter was not properly initialized.</exception>
/// <remarks>This method is intended for compiler user rather than use directly in code.</remarks>
/// <remarks>This method is intended for compiler use rather than use directly in code.</remarks>
public void OnCompleted(Action continuation)
{
OnCompletedInternal(m_task, continuation, continueOnCapturedContext: true, flowExecutionContext: true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册