~ chicken-core (master) b72271c8891623d257abc65cbf4d90881f160e46


commit b72271c8891623d257abc65cbf4d90881f160e46
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Jul 27 19:53:18 2026 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Jul 27 19:53:18 2026 +0200

    another typo

diff --git a/manual/Module (scheme base) b/manual/Module (scheme base)
index 5c3e7495..34d152c7 100644
--- a/manual/Module (scheme base)	
+++ b/manual/Module (scheme base)	
@@ -3487,7 +3487,7 @@ elements of the given vectors.
 
  (vector-append #(a b c) #(d e f)) ==> #(a b c d e f)
 
-<procedure>(vector-fill! vector fill [start [end]]])</procedure>
+<procedure>(vector-fill! vector fill [start [end]])</procedure>
 
 The vector-fill! procedure stores fill in the elements of vector between start and
 end.
Trap