Skip to content

Commit 06546b2

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

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
@@ -196,7 +196,7 @@ interface ICoreWebView2ExecuteScriptResult : IUnknown {
196196
[propget] HRESULT IsSuccess([out, retval] BOOL* value);
197197

198198
/// If IsSuccess is true, then this property is the JSON representation of the result of the script execution
199-
/// var the jsonResult, otherwise return E_INVALIDARG.
199+
/// and otherwise returns E_INVALIDARG.
200200
[propget] HRESULT ResultAsJson([out, retval] LPWSTR* jsonResult);
201201

202202
/// If IsSuccess return true, this interface can let user try to get string result when

0 commit comments

Comments
 (0)