From 857da2a9f329e9305b92a6885426533b2329ffa6 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 22 Jul 2023 13:52:28 +0200 Subject: [PATCH] Fix docs typo --- docs/typedefs/Process.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/typedefs/Process.luau b/docs/typedefs/Process.luau index aa0ad6d..c9d738e 100644 --- a/docs/typedefs/Process.luau +++ b/docs/typedefs/Process.luau @@ -129,7 +129,7 @@ process.cwd = (nil :: any) :: string --[=[ @within Process - @prop { [string]: string? } env + @prop env { [string]: string? } @tag read_write Current environment variables for this process.