diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-10 09:19:08 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-10 09:19:08 +0400 |
| commit | c022d74c82e277678963142f635f360db2ea6689 (patch) | |
| tree | 67e1da7ecc6579c856e37a750bc0407185ffb549 /src | |
| parent | e68641c0a773c4c79591545cfabb549c69ece45d (diff) | |
| download | niri-c022d74c82e277678963142f635f360db2ea6689.tar.gz niri-c022d74c82e277678963142f635f360db2ea6689.tar.bz2 niri-c022d74c82e277678963142f635f360db2ea6689.zip | |
Remove extra `` in comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/input.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 => { |
