mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-15 15:21:03 -08:00
Update gray-streams.txi (fix typo)
This commit is contained in:
parent
71c0ec4d5b
commit
e799b2972b
1 changed files with 1 additions and 1 deletions
|
|
@ -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}.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue