summaryrefslogtreecommitdiff
path: root/doc/ref/api-io.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/api-io.texi')
-rw-r--r--doc/ref/api-io.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi
index 270a97075..ecbd35585 100644
--- a/doc/ref/api-io.texi
+++ b/doc/ref/api-io.texi
@@ -1596,7 +1596,7 @@ of bytes read.
@item write
A port's @code{write} implementation flushes write buffers to the
-mutable store. A port's @code{read} implementation fills read buffers.
+mutable store.
It should write out bytes from the supplied bytevector @code{src},
starting at offset @code{start} and continuing for @code{count} bytes,
and return the number of bytes that were written.