From d29325bcb7f04da1cb77550066ad52ba7c8435b6 Mon Sep 17 00:00:00 2001 From: keiya sasaki <34934510+keiya01@users.noreply.github.com> Date: Mon, 23 May 2022 08:54:26 +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 d9c7ec4b0..e1e1f4ea9 100644 --- a/src/webview/mod.rs +++ b/src/webview/mod.rs @@ -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(&self, string: String, option: FindInPageOption, f: F)