doc typo: missing possessive
This commit is contained in:
parent
c1fe5e5719
commit
7dca5047dc
|
@ -99,7 +99,7 @@ The @racket[subprocess] procedure returns four values:
|
|||
@item{an input port piped from the process's standard output, or
|
||||
@racket[#f] if @racket[stdout-output-port] was a port;}
|
||||
|
||||
@item{an output port piped to the process standard input, or
|
||||
@item{an output port piped to the process's standard input, or
|
||||
@racket[#f] if @racket[stdin-input-port] was a port;}
|
||||
|
||||
@item{an input port piped from the process's standard error, or
|
||||
|
|
Loading…
Reference in New Issue
Block a user