diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-02-16 14:26:56 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2018-08-07 11:40:22 +0200 |
commit | 4024a5beb31cf10524abbb7105b24526ffc96ff2 (patch) | |
tree | 26cffc34129fdc0b70ac9fb030b4d836002aa960 /doc/ref/api-data.texi | |
parent | 08041d216f617029378a5c55767769d6d54d4ae6 (diff) | |
download | guile-4024a5beb31cf10524abbb7105b24526ffc96ff2.tar.gz |
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/ref/api-data.texi')
-rw-r--r-- | doc/ref/api-data.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi index a154fa3ad..5b9c5654e 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)) |