From 5b753be213ddfeee4ad26f9ccb65a086ae001515 Mon Sep 17 00:00:00 2001 From: rustN00b Date: Thu, 13 Feb 2025 10:29:39 +0300 Subject: Add missing periods to action doc comments --- niri-ipc/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/niri-ipc/src/lib.rs b/niri-ipc/src/lib.rs index ebb0379e..3a585eb3 100644 --- a/niri-ipc/src/lib.rs +++ b/niri-ipc/src/lib.rs @@ -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 {}, -- cgit