Skip to content

Commit 44baac0

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

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
@@ -200,7 +200,7 @@ interface ICoreWebView2ExecuteScriptResult : IUnknown {
200200
[propget] HRESULT ResultAsJson([out, retval] LPWSTR* jsonResult);
201201

202202
/// If IsSuccess is true and the result of script execution is a string, this method provides the value of the string result
203-
/// the result type is string, otherwise return E_INVALIDARG.
203+
/// and otherwise returns E_INVALIDARG.
204204
HRESULT TryGetResultAsString([out, retval] LPWSTR* stringResult);
205205

206206
/// If IsSuccess return failed, user can use this interface to get exception to handle,

0 commit comments

Comments
 (0)