unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#29910: minor typo in doc/ref/api-data.texi: u8 vs u32 literal array syntax
@ 2017-12-30 17:50 Matt Wette
  2018-02-16 13:27 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Wette @ 2017-12-30 17:50 UTC (permalink / raw)
  To: 29910

[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

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@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))


[-- Attachment #2: Type: text/html, Size: 3447 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#29910: minor typo in doc/ref/api-data.texi: u8 vs u32 literal array syntax
  2017-12-30 17:50 bug#29910: minor typo in doc/ref/api-data.texi: u8 vs u32 literal array syntax Matt Wette
@ 2018-02-16 13:27 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-02-16 13:27 UTC (permalink / raw)
  To: Matt Wette; +Cc: 29910-done

Matt Wette <matt.wette@gmail.com> skribis:

> 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@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))

Applied, thanks!

Ludo’.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-16 13:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-30 17:50 bug#29910: minor typo in doc/ref/api-data.texi: u8 vs u32 literal array syntax Matt Wette
2018-02-16 13:27 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).