bug-guile
[Top][All Lists]
Advanced

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

bug#42228: [PATCH 3/3] doc: Improve documentation of make-shared-array.


From: Arun Isaac
Subject: bug#42228: [PATCH 3/3] doc: Improve documentation of make-shared-array.
Date: Mon, 6 Jul 2020 21:08:50 +0530

* doc/ref/api-data.texi (Shared Arrays): Replace "either" with "either
array" in make-shared-array documentation.
---
 doc/ref/api-data.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index ed14b2298..012c114e5 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -7575,8 +7575,8 @@ row-major order, but that might change in the future. Use
 
 @deffn {Scheme Procedure} make-shared-array oldarray mapfunc bound @dots{}
 @deffnx {C Function} scm_make_shared_array (oldarray, mapfunc, boundlist)
-Return a new array which shares the storage of @var{oldarray}.
-Changes made through either affect the same underlying storage.  The
+Return a new array which shares the storage of @var{oldarray}.  Changes
+made through either array affect the same underlying storage.  The
 @var{bound} @dots{} arguments are the shape of the new array, the same
 as @code{make-array} (@pxref{Array Procedures}).
 
-- 
2.26.2






reply via email to

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