Skip to content

Commit 4554f7e

Browse files
dagedudavid-risney
andauthored
Update specs/ExecuteScriptWithResult.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 38c0465 commit 4554f7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/ExecuteScriptWithResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ interface ICoreWebView2ExecuteScriptResult : IUnknown {
213213
[uuid(CECDD25B-E6E8-4A4E-B890-BBF95932564F), object, pointer_default(unique)]
214214
interface ICoreWebView2ExecuteScriptWithResultCompletedHandler : IUnknown {
215215

216-
/// Provides the event args for the execute result.
216+
/// Provides the result of ExecuteScriptWithResult
217217
HRESULT Invoke(
218218
[in] HRESULT errorCode,
219219
[in] ICoreWebView2ExecuteScriptResult* result);

0 commit comments

Comments
 (0)