guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 03/05: doc: Fix typo about SRFI-4 syntax.


From: Ludovic Courtès
Subject: [Guile-commits] 03/05: doc: Fix typo about SRFI-4 syntax.
Date: Fri, 16 Feb 2018 09:29:48 -0500 (EST)

civodul pushed a commit to branch stable-2.2
in repository guile.

commit 9417fdb80fb5db4f657c9a329faaa61162ab996b
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 16 14:26:56 2018 +0100

    doc: Fix typo about SRFI-4 syntax.
    
    Reported by Matt Wette <address@hidden>.
    Fixes <https://bugs.gnu.org/29910>.
    
    * doc/ref/api-data.texi (Array Syntax): Fix typo.
---
 doc/ref/api-data.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index ac743ea..5b8db94 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -7261,7 +7261,7 @@ is an ordinary array of rank 1 with lower bound 2 in 
dimension 0.
 is a non-uniform array of rank 2; a address@hidden matrix with index ranges 
0..1
 and 0..2.
 
address@hidden #u32(0 1 2)
address@hidden #u8(0 1 2)
 is a uniform u8 array of rank 1.
 
 @item #2u32@@2@@3((1 2) (2 3))



reply via email to

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