Skip to content

Commit

Permalink
docs(core): fix link to webview2 controller, closes tauri-apps#4576
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Jul 3, 2022
1 parent 8dd03e6 commit edb9ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
/// }
///
Expand Down

0 comments on commit edb9ab2

Please sign in to comment.