From 95dab07e478c16af908579e4a31b1de07ff3326b Mon Sep 17 00:00:00 2001 From: Hashim Muqtadir Date: Fri, 16 Feb 2018 20:18:40 +0500 Subject: [PATCH] Update port-lib.scrbl (minor typo) --- pkgs/racket-doc/scribblings/reference/port-lib.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/port-lib.scrbl b/pkgs/racket-doc/scribblings/reference/port-lib.scrbl index 821b58d926..01b92bccce 100644 --- a/pkgs/racket-doc/scribblings/reference/port-lib.scrbl +++ b/pkgs/racket-doc/scribblings/reference/port-lib.scrbl @@ -824,7 +824,7 @@ that becomes available on @racket[in] is immediately transferred to This function is often called from a ``background'' thread to continuously pump data from one stream to another. -If multiple @racket[out]s are provided, case data from @racket[in] is +If multiple @racket[out]s are provided, data from @racket[in] is written to every @racket[out]. The different @racket[out]s block output to each other, because each block of data read from @racket[in] is written completely to one @racket[out] before moving to the next