We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d316c6a commit f7873f1Copy full SHA for f7873f1
1 file changed
src/x11/window.rs
@@ -200,7 +200,7 @@ impl Window {
200
201
let mut handler = build(&mut crate::Window::new(&mut window));
202
203
- // Send an initial window resized event so the use is alerted of
+ // Send an initial window resized event so the user is alerted of
204
// the correct dpi scaling.
205
handler.on_event(
206
&mut crate::Window::new(&mut window),
0 commit comments