update docs

This commit is contained in:
bol-van
2026-04-29 10:22:25 +03:00
parent d0c9fa9b76
commit eb35bb34f5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2418,7 +2418,7 @@ The instance performing the cancellation takes over the coordination of further
### Timer control
Timer creation and deletion functions can be called from any Lua code.
[Timer](#timers) creation and deletion functions can be called from any Lua code.
This could be lua-init, lua-desync, or a timer function. A timer function can also act on itself, such as changing the period or terminating its own calls.
Timers are identified by a name. Multiple timers with different names can call the same timer function.
+1 -1
View File
@@ -2577,7 +2577,7 @@ function execution_plan_cancel(ctx)
### Управление таймерами
Функции создания и удаления таймера могут быть вызваны из любого Lua кода.
Функции создания и удаления [таймера](#таймеры) могут быть вызваны из любого Lua кода.
Это может быть lua-init, lua-desync или таймер функция. Таймер функция может в том числе действовать в отношении себя самой -
заменить период или прекратить собственные вызовы.