Skip to content

Commit

Permalink
Update input.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Aug 7, 2024
1 parent f29e9c8 commit e6649a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/data/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ impl Modifiers {
}

/// Checks that the `ctrl/cmd` matches, and that the `shift/alt` of the argument is a subset
/// of the pressed ksey (`self`).
/// of the pressed key (`self`).
///
/// This means that if the pattern has not set `shift`, then `self` can have `shift` set or not.
///
Expand Down

0 comments on commit e6649a0

Please sign in to comment.