mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 05:21:31 +11:00
Typo (#932)
This commit is contained in:
parent
c661006683
commit
64be6e5c5e
|
@ -347,7 +347,7 @@ impl Window {
|
|||
/// Emits a `WindowEvent::RedrawRequested` event in the associated event loop after all OS
|
||||
/// events have been processed by the event loop.
|
||||
///
|
||||
/// This is the **strongly encouraged** method of redrawing windows, as it can integrates with
|
||||
/// This is the **strongly encouraged** method of redrawing windows, as it can integrate with
|
||||
/// OS-requested redraws (e.g. when a window gets resized).
|
||||
///
|
||||
/// This function can cause `RedrawRequested` events to be emitted after `Event::EventsCleared`
|
||||
|
|
Loading…
Reference in a new issue