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: lloda
Subject: Re: how to submit error in documentation
Date: Mon, 22 Nov 2021 19:31:51 +0100

Hi,

I just fixed this in git, thanks for the report.

But yeah, if you have more, like Arun says, ideally send it to bug-guile. That 
way if no one gets to it immediately at least it will be tracked.

Regards

        Daniel

> On 22 Nov 2021, at 11:47, Arun Isaac <arunisaac@systemreboot.net> wrote:
> 
> 
> 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




reply via email to

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