update docs

This commit is contained in:
bol-van
2026-05-05 22:02:09 +03:00
parent 7a69d56a4b
commit a154c223f4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2441,7 +2441,7 @@ function timer_del(name)
Get information about the timer identified by name. Get information about the timer identified by name.
``` ```
function timer_del(name) function timer_info(name)
``` ```
Returns table in case of success, nil otherwise. Returns table in case of success, nil otherwise.
+1 -1
View File
@@ -2601,7 +2601,7 @@ function timer_del(name)
Получить информацию о таймере. Получить информацию о таймере.
``` ```
function timer_del(name) function timer_info(name)
``` ```
В случае успеха возвращается таблица, в случае неудачи - nil. В случае успеха возвращается таблица, в случае неудачи - nil.