Pārlūkot izejas kodu

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

wackbyte 1 gadu atpakaļ
vecāks
revīzija
f4d67818f8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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:
   ///