Update gray-streams.txi (fix typo)

This commit is contained in:
Daniel Kochmański 2023-11-22 20:05:27 +00:00 committed by Marius Gerbershagen
parent 71c0ec4d5b
commit e799b2972b

View file

@ -54,7 +54,7 @@ access to the sequence is done via @code{elt}.
@defun {stream-write-sequence} stream sequence &optional start end
This is used to implement @code{write-sequence}. It should follow the
semantics in the ANSI specification. It returns sequence without
modification. The default method calls @code{stream-wrte-char} or
modification. The default method calls @code{stream-write-char} or
@code{stream-write-byte} repeatedly based on the type returned by
@code{stream-element-type}. Element access to the sequence is done via
@code{elt}.