~ chicken-core (chicken-5) d11de2de2acc25ce129193d27b5c392270861664
commit d11de2de2acc25ce129193d27b5c392270861664
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Sun Sep 19 18:59:35 2021 +0200
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Mon Sep 20 08:36:28 2021 +0200
Fixed typo in manual
(thanks to "Psybur")
diff --git a/manual/Module (chicken syntax) b/manual/Module (chicken syntax)
index 2c2d1097..c20a7640 100644
--- a/manual/Module (chicken syntax)
+++ b/manual/Module (chicken syntax)
@@ -24,7 +24,7 @@ and implicit renaming macros.
The low-level macro facility that CHICKEN provides is called "explicit
renaming" and allows writing hygienic or non-hygienic macros
-procedurally. When given a the return value of the one of the
+procedurally. When given the return value of one of the
procedures {{er-macro-transformer}} or {{ir-macro-transformer}}
instead of a {{syntax-rules}} form, {{define-syntax}} evaluates the
procedure in a distinct expansion environment (initially having access
Trap