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`. --