Przeglądaj źródła

docs: fix typo in `WebviewBuilder` (#9847)

wackbyte 1 rok temu
rodzic
commit
f4d67818f8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/tauri/src/webview/mod.rs

+ 1 - 1
core/tauri/src/webview/mod.rs

@@ -733,7 +733,7 @@ fn main() {
     self
   }
 
-  /// Enable or disable incognito mode for the WebView..
+  /// Enable or disable incognito mode for the WebView.
   ///
   ///  ## Platform-specific:
   ///