1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

doc: Remove copy/pasted sentence.

* doc/ref/api-io.texi (I/O Extensions): Remove sentence pasted from
'read' when explaining 'write' method.
This commit is contained in:
Ludovic Courtès 2020-06-12 12:42:48 +02:00
parent 3c3270491e
commit c7dec0b231

View file

@ -1596,7 +1596,7 @@ of bytes read.
@item write @item write
A port's @code{write} implementation flushes write buffers to the 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}, It should write out bytes from the supplied bytevector @code{src},
starting at offset @code{start} and continuing for @code{count} bytes, starting at offset @code{start} and continuing for @code{count} bytes,
and return the number of bytes that were written. and return the number of bytes that were written.