Skip to content

Commit d9188b7

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

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
@@ -199,7 +199,7 @@ interface ICoreWebView2ExecuteScriptResult : IUnknown {
199199
/// and otherwise returns E_INVALIDARG.
200200
[propget] HRESULT ResultAsJson([out, retval] LPWSTR* jsonResult);
201201

202-
/// If IsSuccess return true, this interface can let user try to get string result when
202+
/// If IsSuccess is true and the result of script execution is a string, this method provides the value of the string result
203203
/// the result type is string, otherwise return E_INVALIDARG.
204204
HRESULT TryGetResultAsString([out, retval] LPWSTR* stringResult);
205205

0 commit comments

Comments
 (0)