mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-04 15:46:34 +11:00
Typo (#932)
This commit is contained in:
parent
c661006683
commit
64be6e5c5e
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ impl Window {
|
||||||
/// Emits a `WindowEvent::RedrawRequested` event in the associated event loop after all OS
|
/// Emits a `WindowEvent::RedrawRequested` event in the associated event loop after all OS
|
||||||
/// events have been processed by the event loop.
|
/// 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).
|
/// OS-requested redraws (e.g. when a window gets resized).
|
||||||
///
|
///
|
||||||
/// This function can cause `RedrawRequested` events to be emitted after `Event::EventsCleared`
|
/// This function can cause `RedrawRequested` events to be emitted after `Event::EventsCleared`
|
||||||
|
|
Loading…
Add table
Reference in a new issue