Skip to content

Commit 38c0465

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

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
@@ -204,7 +204,7 @@ interface ICoreWebView2ExecuteScriptResult : IUnknown {
204204
HRESULT TryGetResultAsString([out, retval] LPWSTR* stringResult);
205205

206206
/// If IsSuccess is false, you can use this property to get the unhandled exception thrown by script execution
207-
/// otherwise return E_INVALIDARG.
207+
/// and otherwise returns E_INVALIDARG.
208208
[propget] HRESULT Exception(
209209
[out, retval] ICoreWebView2ExecuteScriptException** exception);
210210
}

0 commit comments

Comments
 (0)