1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Fix doc typo

This commit is contained in:
Daniel Llorens 2021-10-21 16:02:59 +02:00
parent 6be51f9bbf
commit 06de31ecb7

View file

@ -1846,9 +1846,8 @@ See also @ref{x-vector-copy!,@code{vector-copy!}}.
@deffnx {Scheme Procedure} c64vector-copy src [start [end]]
Returns a freshly allocated vector of the indicated type, which must be
the same as that of @var{src}, containing the elements of @var{src}
between @var{start} and @var{end}. @var{src} must be a vector of the
indicated type. @var{start} defaults to 0 and @var{end} defaults to the
length of @var{src}.
between @var{start} and @var{end}. @var{start} defaults to 0 and
@var{end} defaults to the length of @var{src}.
See also @ref{x-vector-copy,@code{vector-copy}}.
@end deffn