Fix docs for FocusWindowOrWorkspaceDown

Typo fix for the doc comment
This commit is contained in:
Lin Xianyi
2025-07-11 23:27:41 +08:00
committed by Ivan Molodetskikh
parent ce501bca9e
commit 186e0b608a
+1 -1
View File
@@ -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 {},