Remove extra `` in comment

This commit is contained in:
Ivan Molodetskikh
2024-02-10 09:19:08 +04:00
parent e68641c0a7
commit c022d74c82
+1 -1
View File
@@ -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 => {