mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 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 {},
|
||||
/// 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 {},
|
||||
|
||||
Reference in New Issue
Block a user