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

Arun Isaac <[email protected]>
Newsgroups gmane.lisp.guile.bugs
Message-ID <[email protected]>
* 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.