copypaste fixes

This commit is contained in:
bol-van
2026-04-29 08:36:43 +03:00
parent 7441ed7119
commit d0c9fa9b76
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2451,7 +2451,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.
+1 -1
View File
@@ -2611,7 +2611,7 @@ function timer_del(name)
Получить информацию о таймере.
```
function timer_del(name)
function timer_info(name)
```
В случае успеха возвращается таблица, в случае неудачи - nil.