Skip to content

Commit 2a19f7c

Browse files
authored
Small fix to text
1 parent d083341 commit 2a19f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/GetFavicon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ interface ICoreWebView2_10 : ICoreWebView2_9 {
105105
[in] EventRegistrationToken token);
106106

107107
/// Get the current Uri of the favicon as a string.
108-
/// If value is null, then the return value is `E_POINTER`, otherwise it is `S_OK`.
109-
/// If a page has no favicon then value is an empty string.
108+
/// If the value is null, then the return value is `E_POINTER`, otherwise it is `S_OK`.
109+
/// If a page has no favicon then the value is an empty string.
110110
[propget] HRESULT FaviconUri([out, retval] LPWSTR* value);
111111

112112
/// Async function for getting the actual image data of the favicon.

0 commit comments

Comments
 (0)