diff --git a/examples/invaders/main.rs b/examples/invaders/main.rs index a7d49aa..ec03db9 100644 --- a/examples/invaders/main.rs +++ b/examples/invaders/main.rs @@ -127,7 +127,7 @@ fn main() -> Result<(), Error> { /// # Returns /// /// Tuple of `(window, surface, width, height, hidpi_factor)` -/// `width` and `height` are in `LogicalSize` units. +/// `width` and `height` are in `PhysicalSize` units. fn create_window( title: &str, event_loop: &EventLoop<()>,