From ffdfd1824d7745025f6ab0035d74595021662fa4 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 21 May 2020 09:30:15 -0700 Subject: [PATCH] doc typo: another 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 81db773746..a9f66f9574 100644 --- a/pkgs/racket-doc/scribblings/reference/subprocess.scrbl +++ b/pkgs/racket-doc/scribblings/reference/subprocess.scrbl @@ -449,7 +449,7 @@ handling and the limited buffer capacity of subprocess pipes.} @item{an input port piped from the subprocess's standard output,} - @item{an output port piped to the subprocess standard input,} + @item{an output port piped to the subprocess's standard input,} @item{the system process id of the subprocess,}