Skip to content

Commit d79edb6

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

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
@@ -195,7 +195,7 @@ interface ICoreWebView2ExecuteScriptResult : IUnknown {
195195
/// can get via the Exception property.
196196
[propget] HRESULT IsSuccess([out, retval] BOOL* value);
197197

198-
/// If IsSuccess return true, then this interface will return the raw json data for user
198+
/// If IsSuccess is true, then this property is the JSON representation of the result of the script execution
199199
/// var the jsonResult, otherwise return E_INVALIDARG.
200200
[propget] HRESULT ResultAsJson([out, retval] LPWSTR* jsonResult);
201201

0 commit comments

Comments
 (0)