~ chicken-core (chicken-5) 9a6f30e762eab4f3235ada6538538e83c471a606


commit 9a6f30e762eab4f3235ada6538538e83c471a606
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Fri Jul 12 20:45:39 2019 +0200
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Fri Jul 12 20:45:39 2019 +0200

    Correct keyword examples in NEWS

diff --git a/NEWS b/NEWS
index 99e2e86e..6b927474 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@
 - Runtime system
   - Quoted empty keywords like ||: and :|| are now read like prescribed
     by SRFI-88 in the corresponding keyword mode.  Symbols containing
-    quoted empty prefixes or suffixes like ||abc: and abc:|| will be
+    quoted empty prefixes or suffixes like ||:abc and abc:|| will be
     read correctly as symbols now (fixes #1625, thanks to Andy Bennett).
 
 - Core libraries
Trap