Add missing periods to action doc comments

This commit is contained in:
rustN00b
2025-02-13 10:29:39 +03:00
committed by Ivan Molodetskikh
parent a605e7f622
commit 5b753be213
+2 -2
View File
@@ -317,9 +317,9 @@ pub enum Action {
ConsumeWindowIntoColumn {},
/// Expel the focused window from the column.
ExpelWindowFromColumn {},
/// Swap focused window with one to the right
/// Swap focused window with one to the right.
SwapWindowRight {},
/// Swap focused window with one to the left
/// Swap focused window with one to the left.
SwapWindowLeft {},
/// Toggle the focused column between normal and tabbed display.
ToggleColumnTabbedDisplay {},