Skip to content

Commit

Permalink
Update src/webview/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Amr Bashir <[email protected]>
  • Loading branch information
keiya01 and amrbashir committed May 23, 2022
1 parent d29325b commit 7b856a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webview/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7b856a2

Please sign in to comment.