Skip to content

Commit 57389cf

Browse files
authored
Update FindOnPage.md
1 parent db2d318 commit 57389cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FindOnPage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ interface ICoreWebView2StagingFind : IUnknown {
385385
[in] EventRegistrationToken token);
386386

387387
/// Adds an event handler for the `MatchCountChanged` event.
388-
/// Registers an event handler for the MatchCountChanged event. This event is raised when the total count of matches in the document changes due to a new find operation or changes in the document. The parameter is the event handler to be added. Returns a token representing the added event handler. This token can be used to unregister the event handler.
388+
/// Registers an event handler for the MatchCountChanged event. This event is raised when the total count of matches in the document changes due to a new find operation or changes in the document. /// The parameter is the event handler to be added. Returns a token representing the added event handler. This token can be used to unregister the event handler.
389389
// MSOWNERS: core ([email protected])
390390
HRESULT add_MatchCountChanged(
391391
[in] ICoreWebView2StagingMatchCountChangedEventHandler* eventHandler,

0 commit comments

Comments
 (0)