Skip to content

Commit d8535f8

Browse files
committed
optimize comments
1 parent 0865cbc commit d8535f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs/APIReview_AllowDrop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ See [API Details](#api-details) section below for API reference.
7474
interface ICoreWebView2Controller : IUnknown {
7575
/// Gets the `AllowDrop` property which is used to configure the capability
7676
/// that dropping files into webview2 is allowed or permitted.
77-
/// The default value is TRUE if not ever set.
77+
/// The default value is TRUE.
7878
///
7979
/// \snippet SettingsComponent.cpp ToggleAllowDrop
8080
[propget] HRESULT AllowDrop([out, retval] BOOL* value);
@@ -96,7 +96,7 @@ namespace Microsoft.Web.WebView2.Core
9696
//
9797
// Remarks:
9898
// The AllowDrop is to configure the capability that dropping files into webview2
99-
// is allowed or permitted.
99+
// is allowed or permitted. The default value is true.
100100
public bool AllowDrop { get; set; }
101101
}
102102
}

0 commit comments

Comments
 (0)