guile-devel
[Top][All Lists]
Advanced

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

[PATCH 1/3] Make string-length documentation more correct


From: Andrew Tropin
Subject: [PATCH 1/3] Make string-length documentation more correct
Date: Tue, 25 Jun 2024 15:20:10 +0400

* doc/r5rs/r5rs.texi:
---
 doc/r5rs/r5rs.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/r5rs/r5rs.texi b/doc/r5rs/r5rs.texi
index 775c93094..f2e9dda19 100644
--- a/doc/r5rs/r5rs.texi
+++ b/doc/r5rs/r5rs.texi
@@ -5846,7 +5846,7 @@ Returns a newly allocated string composed of the 
arguments.
 
 @deffn {procedure} string-length  string
 
-Returns the number of characters in the given @var{string}.
+Returns the number of bytes in the given @var{string}.
 @end deffn
 
 
-- 
2.45.1




reply via email to

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