Skip to content

Commit b08d6fc

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

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
@@ -656,7 +656,7 @@ impl Window {
656656
self.command_queue
657657
.push(WindowCommand::SetDecorations { decorations });
658658
}
659-
/// Get whether or how the cursor is grabed.
659+
/// Get whether or how the cursor is grabbed.
660660
///
661661
/// ## Platform-specific
662662
///
@@ -666,7 +666,7 @@ impl Window {
666666
pub fn cursor_grab_mode(&self) -> CursorGrabMode {
667667
self.cursor_grab_mode
668668
}
669-
/// Set whether and how the cursor is grabed.
669+
/// Set whether and how the cursor is grabbed.
670670
///
671671
/// This doesn't hide the cursor. For that, use [`set_cursor_visibility`](Window::set_cursor_visibility)
672672
///

0 commit comments

Comments
 (0)