doc typo: missing possessive

This commit is contained in:
Matthew Butterick 2020-05-21 09:10:41 -07:00 committed by GitHub
parent c1fe5e5719
commit 7dca5047dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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