diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2015-03-26 06:21:29 +0100 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2015-03-26 06:21:29 +0100 |
commit | 506c2bca27abbdec446a6683c665025ba4350ae8 (patch) | |
tree | 3fca891b165d0318a4d79c6e397868ecf38d40a0 | |
parent | eeb314d3aa12ec522432791f355079478ce65f90 (diff) | |
parent | 82367772bbbe7fbe9c0bf3b681a3b3f750ffee68 (diff) | |
download | glutin-506c2bca27abbdec446a6683c665025ba4350ae8.tar.gz glutin-506c2bca27abbdec446a6683c665025ba4350ae8.zip |
Merge pull request #327 from frewsxcv/patch-1
Fix typo in Window::get_position docs
-rw-r--r-- | src/window.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.rs b/src/window.rs index 12e8538..d670e04 100644 --- a/src/window.rs +++ b/src/window.rs @@ -249,7 +249,7 @@ impl Window { /// Returns the position of the top-left hand corner of the window relative to the /// 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 /// of the desktop is the top-left hand corner of the monitor at the top-left of the desktop. /// |