Skip to content

Commit

Permalink
Update lib/wibox/template.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Aire-One <aireone@aireone.xyz>
  • Loading branch information
Elv13 and Aire-One authored Nov 13, 2022
1 parent 9205ccc commit e1da1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wibox/template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ end
-- Updates are batched. Multiple calls to @{update} within the same event loop
-- iteration will be collected. At the end of the loop iteration, they will be combined into
-- a single call to the function provided as @{update_callback}.
-- All arguments are passed to the queued `update_callback` call.
-- All the properties of the table argument are collected and provided to the queued @{update_callback} in the table parameter.
--
-- @tparam[opt={}] table args A table to pass to the widget update function.
-- @method update
Expand Down

0 comments on commit e1da1d2

Please # to comment.