docs(g.timer): Fix typo

This commit is contained in:
Lucas Schwiderski 2021-12-21 10:46:43 +01:00
parent e4afd437e4
commit e55d1d41f3
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ local timer_instance_mt = {
--- Create a new timer object.
--
-- `call_now` only takes effect when a `callback` is provided. `single_shot`,
-- on the other hand, also stops signals connectioned to the `timeout` signal.
-- on the other hand, also stops signals connected to the `timeout` signal.
--
-- Specifying a function `func` as `args.callback` is equivalent to calling
-- `:connect_signal(func)` on the timer object.