mirror of
https://github.com/lune-org/docs.git
synced 2025-04-04 18:40:59 +01:00
Fix typo in process.spawm
This commit is contained in:
parent
0a1e5ae87d
commit
e04ce2bba4
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ Setting the exit code using this function will override any otherwise automatic
|
||||||
### spawn
|
### spawn
|
||||||
|
|
||||||
Spawns a child process that will run the program `program`, and returns a dictionary that describes
|
Spawns a child process that will run the program `program`, and returns a dictionary that describes
|
||||||
the final status and ouput of the child process.
|
the final status and output of the child process.
|
||||||
|
|
||||||
The second argument, `params`, can be passed as a list of string parameters to give to the program.
|
The second argument, `params`, can be passed as a list of string parameters to give to the program.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue