Explorar o código

docs(core): fix link to webview2 controller, closes #4576

Lucas Nogueira %!s(int64=3) %!d(string=hai) anos
pai
achega
edb9ab2069
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/tauri/src/window.rs

+ 1 - 1
core/tauri/src/window.rs

@@ -655,7 +655,7 @@ impl Window<crate::Wry> {
   ///
   ///         #[cfg(windows)]
   ///         unsafe {
-  ///           // see https://docs.rs/webview2-com/latest/webview2_com/Microsoft/Web/WebView2/Win32/struct.ICoreWebView2Controller.html
+  ///           // see https://docs.rs/webview2-com/0.17.0/webview2_com/Microsoft/Web/WebView2/Win32/struct.ICoreWebView2Controller.html
   ///           webview.controller().SetZoomFactor(4.).unwrap();
   ///         }
   ///