We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ef7f1 commit 64ad87cCopy full SHA for 64ad87c
1 file changed
specs/GetFavicon.md
@@ -104,7 +104,7 @@ typedef enum COREWEBVIEW2_FAVICON_IMAGE_FORMAT {
104
/// Indicates that the function should return the favicon in PNG format
105
COREWEBVIEW2_CAPTURE_PREVIEW_IMAGE_FORMAT_PNG,
106
107
- /// Indicates that the function should return the favicon in JPG format
+ /// Indicates that CoreWebView2.GetFaviconAsync should return the favicon in JPG format.
108
COREWEBVIEW2_CAPTURE_PREVIEW_IMAGE_FORMAT_JPEG,
109
}
110
```
0 commit comments