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