浏览代码

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:
   ///