mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 13:31:29 +11:00
Minor spelling changes (#960)
This commit is contained in:
parent
b0e09b8ffe
commit
1193cada46
|
@ -22,7 +22,7 @@ use crate::{
|
||||||
///
|
///
|
||||||
/// An `EventLoop` can be seen more or less as a "context". Calling `EventLoop::new()`
|
/// An `EventLoop` can be seen more or less as a "context". Calling `EventLoop::new()`
|
||||||
/// initializes everything that will be required to create windows. For example on Linux creating
|
/// initializes everything that will be required to create windows. For example on Linux creating
|
||||||
/// an events loop opens a connection to the X or Wayland server.
|
/// an event loop opens a connection to the X or Wayland server.
|
||||||
///
|
///
|
||||||
/// To wake up an `EventLoop` from a another thread, see the `EventLoopProxy` docs.
|
/// To wake up an `EventLoop` from a another thread, see the `EventLoopProxy` docs.
|
||||||
///
|
///
|
||||||
|
@ -121,7 +121,7 @@ impl<T> EventLoop<T> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Hijacks the calling thread and initializes the `winit` event loop with the provided
|
/// Hijacks the calling thread and initializes the winit event loop with the provided
|
||||||
/// closure. Since the closure is `'static`, it must be a `move` closure if it needs to
|
/// closure. Since the closure is `'static`, it must be a `move` closure if it needs to
|
||||||
/// access any data from the calling context.
|
/// access any data from the calling context.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue