guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch main updated: Fix doc typo


From: Daniel Llorens
Subject: [Guile-commits] branch main updated: Fix doc typo
Date: Thu, 21 Oct 2021 10:03:11 -0400

This is an automated email from the git hooks/post-receive script.

lloda pushed a commit to branch main
in repository guile.

The following commit(s) were added to refs/heads/main by this push:
     new 06de31e  Fix doc typo
06de31e is described below

commit 06de31ecb776efa45558f88934ea7573af8371d0
Author: Daniel Llorens <lloda@sarc.name>
AuthorDate: Thu Oct 21 16:02:59 2021 +0200

    Fix doc typo
---
 doc/ref/srfi-modules.texi | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index 734b7f2..2d27a0e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]