From 6a713a881f49c136ecd8e30493dcc7526e5abc1d Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 29 Jun 2024 17:19:49 +0530 Subject: [PATCH] chore(types): use consistent class naming for `SpawnResult` --- types/process.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/process.luau b/types/process.luau index beb5a8e5..6a4a12ec 100644 --- a/types/process.luau +++ b/types/process.luau @@ -100,7 +100,7 @@ function ChildProcessWriter:write(data: buffer | string): () end --[=[ - @interface SpawnResult + @interface ChildProcess @within Process Result type for child processes in `process.create`.