Skip to content

Commit 0a3ac02

Browse files
author
Eain Chen
committed
minor fix
1 parent bf2c558 commit 0a3ac02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/ProgrammaticSaveAs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ interface ICoreWebView2SaveAsUIShowingEventArgs : IUnknown {
278278
/// Get the `Cancel` for save as
279279
[propget] HRESULT Cancel ([out, retval] BOOL* value);
280280

281-
/// Indicates if the system default dialog will be Suppressed, FALSE means
281+
/// Indicates if the system default dialog will be suppressed, FALSE means
282282
/// save as default dialog will show; TRUE means a silent save as, will
283283
/// skip the system dialog.
284284
///
@@ -341,7 +341,7 @@ interface ICoreWebView2SaveAsUIShowingEventArgs : IUnknown {
341341
/// Receive the result for `ShowSaveAsUI` method
342342
[uuid(1a02e9d9-14d3-41c6-9581-8d6e1e6f50fe), object, pointer_default(unique)]
343343
interface ICoreWebView2ShowSaveAsUICompletedHandler : IUnknown {
344-
HRESULT Invoke([in] HRESULT errorCode, [in] COREWEBVIEW2_REQUEST_SAVE_RESULTS result);
344+
HRESULT Invoke([in] HRESULT errorCode, [in] COREWEBVIEW2_SAVE_AS_UI_RESULT result);
345345
}
346346
```
347347

0 commit comments

Comments
 (0)