summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-02-16 14:26:56 +0100
committerLudovic Courtès <ludo@gnu.org>2018-02-16 15:29:35 +0100
commit9417fdb80fb5db4f657c9a329faaa61162ab996b (patch)
tree652dc06087d4b609dc04f6ba9fba0caf02a85cb5 /doc
parent7ade0485af40fef38ae666331031b733530a95bc (diff)
doc: Fix typo about SRFI-4 syntax.
Reported by Matt Wette <matt.wette@gmail.com>. Fixes <https://bugs.gnu.org/29910>. * doc/ref/api-data.texi (Array Syntax): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/api-data.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index ac743ea1f..5b8db940c 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 2@cross{}3 matrix with index ranges 0..1
and 0..2.
-@item #u32(0 1 2)
+@item #u8(0 1 2)
is a uniform u8 array of rank 1.
@item #2u32@@2@@3((1 2) (2 3))