From 7b856a2f4779035f829455e41b7657a93386b57c Mon Sep 17 00:00:00 2001 From: keiya sasaki <34934510+keiya01@users.noreply.github.com> Date: Mon, 23 May 2022 08:54:32 +0900 Subject: [PATCH] Update src/webview/mod.rs Co-authored-by: Amr Bashir --- src/webview/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webview/mod.rs b/src/webview/mod.rs index e1e1f4ea9..4ffbc5697 100644 --- a/src/webview/mod.rs +++ b/src/webview/mod.rs @@ -542,7 +542,7 @@ impl WebView { } } -/// A configuration for `find_in_page`. +/// A configuration for [`WebView::find_in_page`]. #[derive(Default)] pub struct FindInPageOption { /// Indicate the search direction.