mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
Fix docs for FocusWindowOrWorkspaceDown
Typo fix for the doc comment
This commit is contained in:
committed by
Ivan Molodetskikh
parent
ce501bca9e
commit
186e0b608a
+1
-1
@@ -332,7 +332,7 @@ pub enum Action {
|
||||
FocusWindowUpOrColumnLeft {},
|
||||
/// Focus the window above or the column to the right.
|
||||
FocusWindowUpOrColumnRight {},
|
||||
/// Focus the window or the workspace above.
|
||||
/// Focus the window or the workspace below.
|
||||
FocusWindowOrWorkspaceDown {},
|
||||
/// Focus the window or the workspace above.
|
||||
FocusWindowOrWorkspaceUp {},
|
||||
|
||||
Reference in New Issue
Block a user