From 12c930d9118941997336deb9ef6c676aa35b1cd9 Mon Sep 17 00:00:00 2001 From: tcmal Date: Fri, 30 Aug 2024 15:38:27 +0100 Subject: Some more docs --- src/buttons.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buttons.rs') 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 { -- cgit v1.2.3