提交 e52edd84 编写于 作者: J Julien Couvreur 提交者: GitHub

Fix typo in INotifyCompletion API in doc (#22417)

上级 999e20ef
......@@ -21,7 +21,7 @@ class Awaiter<T> : INotifyCompletion
{
public bool IsCompleted { get; }
public T GetResult();
public void OnCompletion(Action completion);
public void OnCompleted(Action completion);
}
```
## Builder Type
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册