Skip to content

Commit

Permalink
Merge pull request #3886 from BWPanda/patch-1
Browse files Browse the repository at this point in the history
Fix typo in object.lua documentation
  • Loading branch information
mergify[bot] authored Jan 21, 2024
2 parents 75758b0 + 0dcfc86 commit 7707618
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 7707618

Please sign in to comment.