Skip to content

Commit

Permalink
chore(types): use consistent class naming for SpawnResult
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev authored Jun 29, 2024
1 parent 96ee1ba commit 6a713a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/process.luau
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 6a713a8

Please sign in to comment.