Skip to content

Commit 151f501

Browse files
authored
Update FindOnPage.md
Removed \return syntax
1 parent 5e54814 commit 151f501

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FindOnPage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ interface ICoreWebView2FindConfiguration : IUnknown {
283283
[propput] HRESULT ShouldMatchWord([in] BOOL value);
284284

285285
// Gets the state of whether all matches are highlighted.
286-
// \return TRUE if all matches are highlighted, FALSE otherwise.
286+
// Returns TRUE if all matches are highlighted, FALSE otherwise.
287287
[propget] HRESULT ShouldHighlightAllMatches([out, retval] BOOL* value);
288288
// Sets the state to either highlight all matches or not.
289289
[propput] HRESULT ShouldHighlightAllMatches([in] BOOL value);
@@ -302,7 +302,7 @@ interface ICoreWebView2FindConfiguration : IUnknown {
302302
[propget] HRESULT ActiveMatchIndex([out, retval] LONG* value);
303303

304304
// Gets the total count of matches found in the current document based on the last find criteria.
305-
// \return The total count of matches.
305+
// Returns the total count of matches.
306306
[propget] HRESULT MatchesCount([out, retval] LONG* value);
307307

308308
}

0 commit comments

Comments
 (0)