diff options
Diffstat (limited to 'src/buttons.rs')
-rw-r--r-- | src/buttons.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buttons.rs b/src/buttons.rs index da6c9c2..fc79fa6 100644 --- a/src/buttons.rs +++ b/src/buttons.rs @@ -196,7 +196,7 @@ pub struct ButtonBind { pub action: &'static dyn Fn(&mut WM<'_>), } -/// A set of button binds. Currently, there is only one instance of this defined statically: [`crate::config::BUTTONBINDS`]. +/// A set of button binds. Currently, there is only one instance of this defined statically: [`crate::config::BUTTON_BINDS`]. pub struct ButtonBinds(pub &'static [ButtonBind]); impl ButtonBinds { |