guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to submit error in documentation


From: Arun Isaac
Subject: Re: how to submit error in documentation
Date: Mon, 22 Nov 2021 16:17:31 +0530

Hi Damien,

> for example here:
> https://www.gnu.org/software/guile/manual/html_node/while-do.html
>
> the result of :
>
> (do ((i 1 (1+ i))
>      (p 3 (* 3 p)))
>     ((> i 4)
>      p)
>   (format #t "3**~s is ~s\n" i p))
>
> is not 789
>
> but 243:

Good catch!

> what it is the good place or way to submit or correct errors and typos in
> guile documentation?

You can send a patch (created using `git format-patch') to
bug-guile@gnu.org.

Regards,
Arun

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]