mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
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.
This commit is contained in:
parent
08041d216f
commit
4024a5beb3
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue