Fix expel-window-from-column comment

It's been changed to this a while ago.
This commit is contained in:
Ivan Molodetskikh
2026-01-25 13:30:52 +03:00
parent 9261fd6342
commit e11abe554f
+1 -1
View File
@@ -440,7 +440,7 @@ pub enum Action {
},
/// Consume the window to the right into the focused column.
ConsumeWindowIntoColumn {},
/// Expel the focused window from the column.
/// Expel the bottom window from the focused column.
ExpelWindowFromColumn {},
/// Swap focused window with one to the right.
SwapWindowRight {},