Fix typo on KeyEventState::CAPS_LOCK docs (#707)

This commit is contained in:
Tim Oram 2022-08-21 06:42:09 -02:30 committed by GitHub
parent 69280152c9
commit c8ab3152bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -623,7 +623,7 @@ bitflags! {
const KEYPAD = 0b0000_0001;
/// Caps Lock was enabled for this key event.
///
/// **Note:** this is set for the initial press of Num Lock itself.
/// **Note:** this is set for the initial press of Caps Lock itself.
const CAPS_LOCK = 0b0000_1000;
/// Num Lock was enabled for this key event.
///