change "get" to "is"

This commit is contained in:
Xertis
2025-10-01 01:05:30 +03:00
parent 86053fa86d
commit 1f049c2fd0
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ socket:is_connected() --> bool
socket:get_address() --> str, int
-- Возвращает состояние NoDelay
socket:get_nodelay() --> bool
socket:is_nodelay() --> bool
-- Устанавливает состояние NoDelay
socket:set_nodelay(state: bool)