From c022d74c82e277678963142f635f360db2ea6689 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 10 Feb 2024 09:19:08 +0400 Subject: Remove extra `` in comment --- src/input.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/input.rs b/src/input.rs index 5bcc9a18..507e4479 100644 --- a/src/input.rs +++ b/src/input.rs @@ -290,7 +290,7 @@ impl State { } Action::ChangeVt(vt) => { self.backend.change_vt(vt); - // Changing `VT` may not deliver the key releases, so clear the state. + // Changing VT may not deliver the key releases, so clear the state. self.niri.suppressed_keys.clear(); } Action::Suspend => { -- cgit