From a154c223f424110d85434f621ad851a577f91434 Mon Sep 17 00:00:00 2001 From: bol-van Date: Tue, 5 May 2026 22:02:09 +0300 Subject: [PATCH] update docs --- docs/manual.en.md | 2 +- docs/manual.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual.en.md b/docs/manual.en.md index d91b47f..89acc66 100644 --- a/docs/manual.en.md +++ b/docs/manual.en.md @@ -2441,7 +2441,7 @@ function timer_del(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. diff --git a/docs/manual.md b/docs/manual.md index 108311f..427d91e 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -2601,7 +2601,7 @@ function timer_del(name) Получить информацию о таймере. ``` -function timer_del(name) +function timer_info(name) ``` В случае успеха возвращается таблица, в случае неудачи - nil.