projects
/
platform
/
upstream
/
guile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ade048
)
doc: Fix typo about SRFI-4 syntax.
author
Ludovic Courtès
<ludo@gnu.org>
Fri, 16 Feb 2018 13:26:56 +0000
(14:26 +0100)
committer
Ludovic Courtès
<ludo@gnu.org>
Fri, 16 Feb 2018 14:29:35 +0000
(15:29 +0100)
Reported by Matt Wette <matt.wette@gmail.com>.
Fixes <https://bugs.gnu.org/29910>.
* doc/ref/api-data.texi (Array Syntax): Fix typo.
doc/ref/api-data.texi
patch
|
blob
|
history
diff --git
a/doc/ref/api-data.texi
b/doc/ref/api-data.texi
index ac743ea1f63853b350bb97151f0345ab7522a6ea..5b8db940c05e91b76963a1e90ac355659d6724ae 100644
(file)
--- 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 #u
32
(0 1 2)
+@item #u
8
(0 1 2)
is a uniform u8 array of rank 1.
@item #2u32@@2@@3((1 2) (2 3))