GNU bug report logs - #29910
minor typo in doc/ref/api-data.texi: u8 vs u32 literal array syntax

Previous Next

Package: guile;

Reported by: Matt Wette <matt.wette <at> gmail.com>

Date: Sat, 30 Dec 2017 17:52:01 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Matt Wette <matt.wette <at> gmail.com>
To: 29910 <at> debbugs.gnu.org
Subject: bug#29910: minor typo in doc/ref/api-data.texi: u8 vs u32 literal array syntax
Date: Sat, 30 Dec 2017 09:50:56 -0800
[Message part 1 (text/plain, inline)]
patch is with respect to  guile-2.2.2, in doc/ref

I believe #u8(0 1 2) is U8 array not U32.


--- api-data.texi.orig	2017-12-30 09:47:17.000000000 -0800
+++ api-data.texi	2017-12-30 09:47:49.000000000 -0800
@@ -7261,7 +7261,7 @@
 is a non-uniform array of rank 2; a 2 <at> 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))

[Message part 2 (text/html, inline)]

This bug report was last modified 7 years and 159 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.