~ chicken-core (chicken-5) e01f3b220a9ddc297bca4078742e0795d71debfd


commit e01f3b220a9ddc297bca4078742e0795d71debfd
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Nov 23 09:56:28 2017 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Thu Nov 23 09:56:28 2017 +0100

    typo fix in manual

diff --git a/manual/Declarations b/manual/Declarations
index 92b75f9a..7f7c7929 100644
--- a/manual/Declarations
+++ b/manual/Declarations
@@ -135,7 +135,7 @@ the given global procedures only, respectively.
   [declaration specifier] (inline-global IDENTIFIER ...)
   [declaration specifier] (not inline-global IDENTIFIER ...)
 
-Declare that then given toplevel procedures (or all) are subject to
+Declare that the given toplevel procedures (or all) are subject to
 cross-module inlining. Potentially inlinable procedures in the current
 compilation unit will be written to an external
 {{<source-filename>.inline}} file in the current directory. Globally
Trap