We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79edb6 commit 06546b2Copy full SHA for 06546b2
1 file changed
specs/ExecuteScriptWithResult.md
@@ -196,7 +196,7 @@ interface ICoreWebView2ExecuteScriptResult : IUnknown {
196
[propget] HRESULT IsSuccess([out, retval] BOOL* value);
197
198
/// 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.
+ /// and otherwise returns E_INVALIDARG.
200
[propget] HRESULT ResultAsJson([out, retval] LPWSTR* jsonResult);
201
202
/// If IsSuccess return true, this interface can let user try to get string result when
0 commit comments