mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
Merge pull request #327 from frewsxcv/patch-1
Fix typo in Window::get_position docs
This commit is contained in:
commit
506c2bca27
|
@ -249,7 +249,7 @@ impl Window {
|
||||||
/// Returns the position of the top-left hand corner of the window relative to the
|
/// Returns the position of the top-left hand corner of the window relative to the
|
||||||
/// top-left hand corner of the desktop.
|
/// top-left hand corner of the desktop.
|
||||||
///
|
///
|
||||||
/// Note that the top-left hand corner of the desktop is not necessarly the same as
|
/// Note that the top-left hand corner of the desktop is not necessarily the same as
|
||||||
/// the screen. If the user uses a desktop with multiple monitors, the top-left hand corner
|
/// the screen. If the user uses a desktop with multiple monitors, the top-left hand corner
|
||||||
/// of the desktop is the top-left hand corner of the monitor at the top-left of the desktop.
|
/// of the desktop is the top-left hand corner of the monitor at the top-left of the desktop.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue