wibox.container.scroll: Update the property documentation.

This commit is contained in:
Emmanuel Lepage Vallee 2022-08-21 23:02:26 -07:00
parent 1dafd25d93
commit 4c06aaab4f
1 changed files with 1 additions and 1 deletions

View File

@ -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