summaryrefslogtreecommitdiff
path: root/src/buttons.rs
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-30 15:38:27 +0100
committertcmal <me@aria.rip>2024-08-30 15:48:33 +0100
commit12c930d9118941997336deb9ef6c676aa35b1cd9 (patch)
treeb9d3030eb695bd94a2ada242ec0be6800ff1151d /src/buttons.rs
parent7ab9f225632a1de377c4814c80dfa76f81d6c783 (diff)
Some more docs
Diffstat (limited to 'src/buttons.rs')
-rw-r--r--src/buttons.rs2
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 {