diff options
Diffstat (limited to 'src/window.rs')
-rw-r--r-- | src/window.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.rs b/src/window.rs index f9f2050c..62c65c9c 100644 --- a/src/window.rs +++ b/src/window.rs @@ -98,7 +98,7 @@ pub struct Pixels<T>(pub T); #[derive(Debug, Copy, Clone)] pub struct Points<T>(pub T); -/// A wrapper around glutin's WaitEventsIterator that clears the wakeup +/// A wrapper around glutin's `WaitEventsIterator` that clears the wakeup /// optimization flag on drop. pub struct WaitEventsIterator<'a> { inner: glutin::WaitEventsIterator<'a>, |