From d84dc1e593cbee5e9139a31e8bac1300c78f0d8c Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Mon, 31 Oct 2022 16:26:45 +0100 Subject: [PATCH] doc(w.l.overflow): Fix typo --- lib/wibox/layout/overflow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wibox/layout/overflow.lua b/lib/wibox/layout/overflow.lua index 09d5b8d0c..3e368f36b 100644 --- a/lib/wibox/layout/overflow.lua +++ b/lib/wibox/layout/overflow.lua @@ -275,7 +275,7 @@ end --- Scroll the layout's content by `amount * step`. -- --- A positive amount scroll down/right, a negative amount scrolls up/left. +-- A positive amount scrolls down/right, a negative amount scrolls up/left. -- -- The amount of units scrolled is affected by `step`. --