Merge pull request #7454 from Skarsh/fix-simple-typo

Fix simple typo in process.odin
This commit is contained in:
Jeroen van Rijn
2026-08-25 13:20:11 -07:00
committed by GitHub

View File

@@ -344,7 +344,7 @@ Process_Desc :: struct {
// stderr output.
stderr: ^File,
// The `stdout` handle to give to the child process. It can be either a file
// or a writeabe end of a pipe. Passing a `nil` will shut down the process'
// or a writeable end of a pipe. Passing a `nil` will shut down the process'
// stdout output.
stdout: ^File,
// The `stdin` handle to give to the child process. It can either be a file