From 60067d52ad67c9fbf6efa4a215ff54ec011a2fec Mon Sep 17 00:00:00 2001 From: Fred Fu Date: Wed, 5 May 2021 15:30:28 -0400 Subject: [PATCH] fix the documentation for make-input-port --- pkgs/racket-doc/scribblings/reference/custom-ports.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/custom-ports.scrbl b/pkgs/racket-doc/scribblings/reference/custom-ports.scrbl index 0abc8dc5f2..2e034f55b5 100644 --- a/pkgs/racket-doc/scribblings/reference/custom-ports.scrbl +++ b/pkgs/racket-doc/scribblings/reference/custom-ports.scrbl @@ -83,7 +83,7 @@ The arguments implement the port as follows: @item{a @tech{synchronizable event} (see @secref["sync"]) other than a pipe input port or procedure of arity four; the event becomes ready when the read is complete (roughly): the event's - value can be one of the above three results or another event like + value can be one of the above four results or another event like itself; in the last case, a reading process loops with @racket[sync] until it gets a non-event result.}