We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6d071 commit 742d092Copy full SHA for 742d092
1 file changed
specs/GetFavicon.md
@@ -83,7 +83,7 @@ interface ICoreWebView2_10 : ICoreWebView2_9 {
83
[in] ICoreWebView2FaviconChangedEventHandler* eventHandler,
84
[out] EventRegistrationToken* token);
85
86
- /// Removing the event handler for `FaviconChanged` event
+ /// Remove an event handler from the `FaviconChanged` event.
87
HRESULT remove_FaviconChanged(
88
[in] EventRegistrationToken token);
89
0 commit comments