diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/ports.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/ports.scrbl index b67e4e6c8b..fad836e547 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/ports.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/ports.scrbl @@ -4,7 +4,7 @@ @title[#:tag "ports" #:style 'toc]{Ports} @deftech{Ports} produce and/or consume bytes. An @deftech{input port} -produces bytes, while an @deftech{output port} produces bytes (and +produces bytes, while an @deftech{output port} consumes bytes (and some ports are both input ports and output ports). When an input port is provided to a character-based operation, the bytes are decoded to a character, and character-based output operations similarly encode the