GNU bug report logs - #73787
Typo in manual: Missing parentheses in SRFI-1

Previous Next

Package: guile;

Reported by: 8dcc <8dcc.git <at> gmail.com>

Date: Sun, 13 Oct 2024 11:17:02 UTC

Severity: normal

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 8dcc <8dcc.git <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: Typo in manual: Missing parentheses in SRFI-1
Date: Sun, 13 Oct 2024 13:11:24 +0200
[Message part 1 (text/plain, inline)]
Hello,

In the first code block of Section 7.5.3.5 "Fold, Unfold & Map" of the
Guile Manual, the last call to `cons' is missing a parentheses:

    (cons 3 '(2 1)

Should be:

    (cons 3 '(2 1))

Thanks.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 301 days ago.

Previous Next


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