Skip to content

Commit

Permalink
Update object.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Anderson authored Jan 11, 2024
1 parent 75758b0 commit 0dcfc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gears/object.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function object:weak_connect_signal(name, func)
sig.weak[func] = make_the_gc_obey(func)
end

--- Disonnect from a signal.
--- Disconnect from a signal.
-- @tparam string name The name of the signal.
-- @tparam function func The callback that should be disconnected.
-- @method disconnect_signal
Expand Down

0 comments on commit 0dcfc86

Please sign in to comment.