Browse Source

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

wackbyte 1 năm trước cách đây
mục cha
commit
f4d67818f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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:
   ///