Skip to content

Commit cb715a7

Browse files
Affirmative statement for grab mode documentation, rather than negative
Co-authored-by: Alice Cecile <[email protected]>
1 parent 883b37e commit cb715a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_window/src/window.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ pub enum WindowCommand {
286286
/// Defines if and how the cursor is grabbed.
287287
#[derive(Debug, Clone, Copy, PartialEq)]
288288
pub enum CursorGrabMode {
289-
/// No grabbing of the cursor is performed
289+
/// The cursor can freely leave the window
290290
None,
291291
/// The cursor is confined to the window area.
292292
Confined,

0 commit comments

Comments
 (0)