[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#73787: Typo in manual: Missing parentheses in SRFI-1
From: |
8dcc |
Subject: |
bug#73787: Typo in manual: Missing parentheses in SRFI-1 |
Date: |
Sun, 13 Oct 2024 13:11:24 +0200 |
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
Description: PGP signature
- bug#73787: Typo in manual: Missing parentheses in SRFI-1,
8dcc <=