Skip to content
This repository was archived by the owner on Sep 13, 2019. It is now read-only.

Commit 95dab07

Browse files
hashimmmstamourv
authored andcommitted
Update port-lib.scrbl (minor typo)
1 parent 26ed4b2 commit 95dab07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/racket-doc/scribblings/reference/port-lib.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ that becomes available on @racket[in] is immediately transferred to
824824
This function is often called from a ``background'' thread to
825825
continuously pump data from one stream to another.
826826

827-
If multiple @racket[out]s are provided, case data from @racket[in] is
827+
If multiple @racket[out]s are provided, data from @racket[in] is
828828
written to every @racket[out]. The different @racket[out]s block
829829
output to each other, because each block of data read from @racket[in]
830830
is written completely to one @racket[out] before moving to the next

0 commit comments

Comments
 (0)