Skip to content

Commit d28354a

Browse files
Update FindOnPage.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 4c87604 commit d28354a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FindOnPage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ bool AppWindow::ConfigureAndExecuteFind(const std::wstring& searchTerm)
4141
CHECK_FEATURE_RETURN(webView2_17);
4242

4343
// Get the Find interface.
44-
wil::com_ptr<ICoreWebView2Find> webView2find;
44+
wil::com_ptr<ICoreWebView2Find> webView2Find;
4545
CHECK_FAILURE(webView2_17->get_Find(&webView2find));
4646

4747
// Determine if custom UI will be usedsettings and highlight configurations.

0 commit comments

Comments
 (0)