update doc/*/scripting/builtins/libnetwork.md
This commit is contained in:
parent
5edd7b2bb5
commit
9c429f7809
@ -137,5 +137,5 @@ network.get_total_download() --> int
|
|||||||
|
|
||||||
```lua
|
```lua
|
||||||
-- Looks for a free port to use.
|
-- Looks for a free port to use.
|
||||||
network.find_free_port() --> int
|
network.find_free_port() --> int or nil
|
||||||
```
|
```
|
||||||
|
|||||||
@ -202,5 +202,5 @@ network.get_total_download() --> int
|
|||||||
|
|
||||||
```lua
|
```lua
|
||||||
-- Ищет свободный для использования порт.
|
-- Ищет свободный для использования порт.
|
||||||
network.find_free_port() --> int
|
network.find_free_port() --> int или nil
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user