diff options
author | Daniel Llorens <lloda@sarc.name> | 2021-10-21 16:02:59 +0200 |
---|---|---|
committer | Daniel Llorens <lloda@sarc.name> | 2021-10-21 16:02:59 +0200 |
commit | 06de31ecb776efa45558f88934ea7573af8371d0 (patch) | |
tree | cc49d9b12ba6f506eb8734368122ee1e326d80fc | |
parent | 6be51f9bbf47692ee5747b2cac6b372df65de970 (diff) | |
download | guile-06de31ecb776efa45558f88934ea7573af8371d0.tar.gz |
Fix doc typo
-rw-r--r-- | doc/ref/srfi-modules.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index 734b7f2b7..2d27a0e04 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -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 |