From 7904ed77e16431f1e58cca4de3d27f139772c793 Mon Sep 17 00:00:00 2001 From: Billy Messenger Date: Tue, 20 Oct 2020 19:18:42 -0500 Subject: [PATCH] reword comment --- src/window_open_options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window_open_options.rs b/src/window_open_options.rs index 17714aa..2cf7a9d 100644 --- a/src/window_open_options.rs +++ b/src/window_open_options.rs @@ -17,7 +17,7 @@ pub struct WindowOpenOptions { /// The logical size of the window. /// /// These dimensions will be scaled by the scaling policy specified in `scale`. Mouse - /// coordinates will be translated back into logical coordinates. + /// position will be passed back as logical coordinates. pub size: Size, /// The dpi scaling policy