We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86b448 commit 38c0465Copy full SHA for 38c0465
1 file changed
specs/ExecuteScriptWithResult.md
@@ -204,7 +204,7 @@ interface ICoreWebView2ExecuteScriptResult : IUnknown {
204
HRESULT TryGetResultAsString([out, retval] LPWSTR* stringResult);
205
206
/// If IsSuccess is false, you can use this property to get the unhandled exception thrown by script execution
207
- /// otherwise return E_INVALIDARG.
+ /// and otherwise returns E_INVALIDARG.
208
[propget] HRESULT Exception(
209
[out, retval] ICoreWebView2ExecuteScriptException** exception);
210
}
0 commit comments