From 64be6e5c5e34072124e2f7dcf33ddf7b4eefcf6a Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Tue, 18 Jun 2019 00:22:01 +0200 Subject: [PATCH] Typo (#932) --- src/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.rs b/src/window.rs index e5747237..c45c0911 100644 --- a/src/window.rs +++ b/src/window.rs @@ -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`