Fix docs link

This commit is contained in:
Mads Marquart
2024-09-11 10:15:42 +02:00
parent 69783445f1
commit f1754bf14f

View File

@@ -153,7 +153,7 @@ pub enum ControlFlow {
/// refresh rate should instead issue a [`Window::request_redraw`] at the end of
/// [`WindowEvent::RedrawRequested`].
///
/// [`WindowEvent::RedrawRequested`]: crate::window::WindowEvent::RedrawRequested
/// [`WindowEvent::RedrawRequested`]: crate::event::WindowEvent::RedrawRequested
WaitUntil(Instant),
}