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:
parent
6be51f9bbf
commit
06de31ecb7
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue