Преглед на файлове

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

wackbyte преди 1 година
родител
ревизия
f4d67818f8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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:
   ///