chore(types): use consistent class naming for SpawnResult

This commit is contained in:
Erica Marigold 2024-06-29 17:19:49 +05:30 committed by GitHub
parent 96ee1ba512
commit 6a713a881f
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

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