Merge pull request #3886 from BWPanda/patch-1

Fix typo in object.lua documentation
This commit is contained in:
mergify[bot] 2024-01-21 00:31:55 +00:00 committed by GitHub
commit 7707618336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)
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