From 98983d201db0639f51c264ade5cf876f8df65d1e Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Wed, 6 Nov 2019 23:15:28 -0800 Subject: [PATCH] Fix doc comment --- examples/invaders/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<()>,