From 2a03b7771cdc2801b40cd9f485fff301570f1e6c Mon Sep 17 00:00:00 2001 From: Jonathan Schuster Date: Sun, 14 Jul 2013 21:30:11 -0400 Subject: [PATCH] Changed 'produces' to 'consumes' in ports documentation --- pkgs/racket-pkgs/racket-doc/scribblings/reference/ports.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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