~ chicken-core (master) c464272fd9dc8b5a17c7f66bb0b7b7d9117c2e67


commit c464272fd9dc8b5a17c7f66bb0b7b7d9117c2e67
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Apr 11 09:54:11 2026 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Apr 11 09:54:32 2026 +0200

    fix incorrect spelling of chicken.number-vector in manual
    
    (thanks to klm)

diff --git a/manual/Module (chicken memory representation) b/manual/Module (chicken memory representation)
index 28caa7d3..32ab4028 100644
--- a/manual/Module (chicken memory representation)	
+++ b/manual/Module (chicken memory representation)	
@@ -128,7 +128,7 @@ in static memory are copied back into garbage collected storage.
 
 Returns the bytevector holding the raw data of the numeric vector {{VECTOR}},
 which should be a bytevector or a homogenous number vector as those
-exposed by the {{(chicken numvector)}} and {{srfi-4}} library modules.
+exposed by the {{(chicken number-vector)}} and {{srfi-4}} library modules.
 If {{VECTOR}} is a bytevector, the result will be identical to the argument.
 The returned bytevector shares storage with the original value.
 
diff --git a/manual/Module (chicken number-vector) b/manual/Module (chicken number-vector)
index d02b64c3..07058c21 100644
--- a/manual/Module (chicken number-vector)	
+++ b/manual/Module (chicken number-vector)	
@@ -1,7 +1,7 @@
 [[tags: manual]]
 [[toc:]]
 
-== Module (chicken numvector)
+== Module (chicken number-vector)
 
 Homogeneous numeric vector datatypes. This module provides a superset
 of [[http://srfi.schemers.org/srfi-4/srfi-4.html|SRFI-4]]. The
Trap