Update object.lua

This commit is contained in:
Peter Anderson 2024-01-11 10:09:54 +00:00 committed by GitHub
parent 75758b07f3
commit 0dcfc86167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ function object:weak_connect_signal(name, func)
sig.weak[func] = make_the_gc_obey(func) sig.weak[func] = make_the_gc_obey(func)
end end
--- Disonnect from a signal. --- Disconnect from a signal.
-- @tparam string name The name of the signal. -- @tparam string name The name of the signal.
-- @tparam function func The callback that should be disconnected. -- @tparam function func The callback that should be disconnected.
-- @method disconnect_signal -- @method disconnect_signal