From 7dca5047dc09aef20653d82bb9aa7304317402c6 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 21 May 2020 09:10:41 -0700 Subject: [PATCH] doc typo: missing possessive --- pkgs/racket-doc/scribblings/reference/subprocess.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/subprocess.scrbl b/pkgs/racket-doc/scribblings/reference/subprocess.scrbl index c14d61ce75..81db773746 100644 --- a/pkgs/racket-doc/scribblings/reference/subprocess.scrbl +++ b/pkgs/racket-doc/scribblings/reference/subprocess.scrbl @@ -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