mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
SRFI-43: vector-concatenate: Fix error message.
* module/srfi/srfi-43.scm (vector-concatenate): Fix the 'who' of an error message.
This commit is contained in:
parent
97c520fd3f
commit
8f230e3341
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ from the subsequent locations in VEC ..."
|
|||
|
||||
Append each vector in LIST-OF-VECTORS. Equivalent to:
|
||||
(apply vector-append LIST-OF-VECTORS)"
|
||||
(assert-vectors vs 'vector-append)
|
||||
(assert-vectors vs 'vector-concatenate)
|
||||
(%vector-concatenate vs))
|
||||
|
||||
(define (vector-empty? vec)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue