mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Fixed typo in sequence-index
This commit is contained in:
parent
98048aba28
commit
9d27733db1
1 changed files with 1 additions and 1 deletions
|
|
@ -1048,7 +1048,7 @@
|
|||
(values t gen-bool))
|
||||
(proclamation write-string (string &optional stream-designator &key) string)
|
||||
(proclamation write-line (string &optional stream-designator &key) string)
|
||||
(proclamation read-sequence (sequence stream &key) sequence-indexx)
|
||||
(proclamation read-sequence (sequence stream &key) sequence-index)
|
||||
(proclamation write-sequence (sequence stream &key) sequence)
|
||||
(proclamation file-length (stream) (or unsigned-byte null))
|
||||
(proclamation file-position (stream &optional file-position-designator) t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue