wibox.container.scroll: Update the property documentation.
This commit is contained in:
parent
1dafd25d93
commit
4c06aaab4f
|
@ -276,7 +276,7 @@ end
|
|||
|
||||
--- The widget to be scrolled.
|
||||
-- @property widget
|
||||
-- @tparam widget widget The widget
|
||||
-- @tparam[opt=nil] widget|nil widget
|
||||
|
||||
function scroll:set_widget(widget)
|
||||
if widget == self._private.widget then
|
||||
|
|
Loading…
Reference in New Issue