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