mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Add missing periods to action doc comments
This commit is contained in:
committed by
Ivan Molodetskikh
parent
a605e7f622
commit
5b753be213
+2
-2
@@ -317,9 +317,9 @@ pub enum Action {
|
|||||||
ConsumeWindowIntoColumn {},
|
ConsumeWindowIntoColumn {},
|
||||||
/// Expel the focused window from the column.
|
/// Expel the focused window from the column.
|
||||||
ExpelWindowFromColumn {},
|
ExpelWindowFromColumn {},
|
||||||
/// Swap focused window with one to the right
|
/// Swap focused window with one to the right.
|
||||||
SwapWindowRight {},
|
SwapWindowRight {},
|
||||||
/// Swap focused window with one to the left
|
/// Swap focused window with one to the left.
|
||||||
SwapWindowLeft {},
|
SwapWindowLeft {},
|
||||||
/// Toggle the focused column between normal and tabbed display.
|
/// Toggle the focused column between normal and tabbed display.
|
||||||
ToggleColumnTabbedDisplay {},
|
ToggleColumnTabbedDisplay {},
|
||||||
|
|||||||
Reference in New Issue
Block a user