doc(w.l.overflow): Fix constructor documentation

This commit is contained in:
Lucas Schwiderski 2022-10-31 15:51:20 +01:00
parent c8ec8394c5
commit 29cfdc1a0a
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ end
-- widgets exceeds the height available whithin the layout's outer container
-- a scrollbar will be added and scrolling behavior enabled.
-- @tparam widget ... Widgets that should be added to the layout.
-- @constructorfct wibox.layout.overflow.horizontal
-- @constructorfct wibox.layout.overflow.vertical
function overflow.vertical(...)
return new("vertical", ...)
end