diff --git a/core/tauri/src/webview/mod.rs b/core/tauri/src/webview/mod.rs index 29967c0f6..f5289d219 100644 --- a/core/tauri/src/webview/mod.rs +++ b/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: ///