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 ce2af08 commit d29325b
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 @@ -521,7 +521,7 @@ impl WebView {
///
/// ## Platform-specific:
///
/// - **Windows / Android**: Not supported.
/// - **Windows / Android**: Unsupported.
/// - **macOS**: available on macOS 10.15.4+ only.
/// - **iOS**: available on iOS 13.4+ only.
pub fn find_in_page<F>(&self, string: String, option: FindInPageOption, f: F)
Expand Down

0 comments on commit d29325b

Please sign in to comment.