We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ad87c commit 7e5bf1bCopy full SHA for 7e5bf1b
1 file changed
specs/GetFavicon.md
@@ -70,7 +70,7 @@ interface ICoreWebView2FaviconChangedEventHandler : IUnknown {
70
71
[uuid(93ACC5AD-DC22-419E-9A3F-75D96A1538E4), object, pointer_default(unique)]
72
interface ICoreWebView2GetFaviconCompletedHandler : IUnknown {
73
- /// Called to provide the implementer with the event args for the
+ /// Called to provide the implementer with the completion information of CoreWebView2.GetFaviconAsync.
74
/// corresponding event.
75
HRESULT Invoke([in] HRESULT error_code);
76
}
0 commit comments