Fix docs typo

This commit is contained in:
Filip Tibell 2023-07-22 13:52:28 +02:00
parent a0f92227f3
commit 857da2a9f3
No known key found for this signature in database

View file

@ -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.