~ chicken-core (chicken-5) dc7034355e2dadf6a74582d496734e4c4b55424c
commit dc7034355e2dadf6a74582d496734e4c4b55424c
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Sun Sep 19 18:59:35 2021 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Sun Sep 19 18:59:35 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