mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +00:00
Fix docs typo
This commit is contained in:
parent
a0f92227f3
commit
857da2a9f3
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ process.cwd = (nil :: any) :: string
|
||||||
|
|
||||||
--[=[
|
--[=[
|
||||||
@within Process
|
@within Process
|
||||||
@prop { [string]: string? } env
|
@prop env { [string]: string? }
|
||||||
@tag read_write
|
@tag read_write
|
||||||
|
|
||||||
Current environment variables for this process.
|
Current environment variables for this process.
|
||||||
|
|
Loading…
Reference in a new issue