Changed 'produces' to 'consumes' in ports documentation
This commit is contained in:
parent
9aee8b53d9
commit
2a03b7771c
|
@ -4,7 +4,7 @@
|
||||||
@title[#:tag "ports" #:style 'toc]{Ports}
|
@title[#:tag "ports" #:style 'toc]{Ports}
|
||||||
|
|
||||||
@deftech{Ports} produce and/or consume bytes. An @deftech{input port}
|
@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
|
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
|
is provided to a character-based operation, the bytes are decoded to a
|
||||||
character, and character-based output operations similarly encode the
|
character, and character-based output operations similarly encode the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user