update doc/*/scripting/builtins/libnetwork.md

This commit is contained in:
MihailRis 2025-11-15 16:53:45 +03:00
parent 5edd7b2bb5
commit 9c429f7809
2 changed files with 2 additions and 2 deletions

View File

@ -137,5 +137,5 @@ network.get_total_download() --> int
```lua
-- Looks for a free port to use.
network.find_free_port() --> int
network.find_free_port() --> int or nil
```

View File

@ -202,5 +202,5 @@ network.get_total_download() --> int
```lua
-- Ищет свободный для использования порт.
network.find_free_port() --> int
network.find_free_port() --> int или nil
```