Skip to content

Commit fd9aec9

Browse files
Apply suggestions from code reviewer @torsteingrindvik
Co-authored-by: Torstein Grindvik <52322338+torsteingrindvik@users.noreply.github.com>
1 parent e8f72ea commit fd9aec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_window/src/window.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ impl Window {
603603
self.command_queue
604604
.push(WindowCommand::SetDecorations { decorations });
605605
}
606-
/// Get whether or how the cursor is grabed.
606+
/// Get whether or how the cursor is grabbed.
607607
///
608608
/// ## Platform-specific
609609
///
@@ -613,7 +613,7 @@ impl Window {
613613
pub fn cursor_grab_mode(&self) -> CursorGrabMode {
614614
self.cursor_grab_mode
615615
}
616-
/// Set whether and how the cursor is grabed.
616+
/// Set whether and how the cursor is grabbed.
617617
///
618618
/// This doesn't hide the cursor. For that, use [`set_cursor_visibility`](Window::set_cursor_visibility)
619619
///

0 commit comments

Comments
 (0)