diff --git a/internal/core/renderer.rs b/internal/core/renderer.rs index 67cdf1d1109..a406ffd2887 100644 --- a/internal/core/renderer.rs +++ b/internal/core/renderer.rs @@ -118,7 +118,7 @@ pub trait RendererSealed { Ok(()) } - /// Re-implement this function to support [`Window::grab_window()`], i.e. return + /// Re-implement this function to support Window::grab_window(), i.e. return /// the contents of the window in an image buffer. fn screenshot(&self) -> Result { Err("WindowAdapter::grab_window is not implemented by the platform".into())