Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrabe authored and goddessfreya committed Jun 17, 2019
1 parent c661006 commit 64be6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 64be6e5

Please sign in to comment.