~ chicken-core (master) b4b5e63f2121e9767dd2347e2ce6da771d27e5af
commit b4b5e63f2121e9767dd2347e2ce6da771d27e5af
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Jul 28 16:54:27 2026 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue Jul 28 16:54:27 2026 +0200
on -> non (thanks, Pietro)
diff --git a/NEWS b/NEWS
index 4ae42536..badc8ae0 100644
--- a/NEWS
+++ b/NEWS
@@ -95,7 +95,7 @@
is inexact zero.
- `string->number' and the reader accept and handle correctly complex
numbers with a negative inexact zero as the imaginary part.
- - `imag-part' returns exact zero when given a on-complex number.
+ - `imag-part' returns exact zero when given a non-complex number.
- Syntax expander:
- `syntax-rules' attempts to better support tail patterns with ellipses
Trap