Skip to content

Commit

Permalink
Merge pull request #64 from kyu08/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
rhysd authored Jul 7, 2024
2 parents 39075bb + 68ca07b commit ebbdc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub struct Input {
pub ctrl: bool,
/// Alt modifier key. `true` means Alt key was pressed.
pub alt: bool,
/// Shift modifier key. `true` means Alt key was pressed.
/// Shift modifier key. `true` means Shift key was pressed.
pub shift: bool,
}

Expand Down

0 comments on commit ebbdc25

Please sign in to comment.