~ chicken-core (chicken-5) 4b1f73f20a056aa574ccea11d7fdd21cf359a7d0
commit 4b1f73f20a056aa574ccea11d7fdd21cf359a7d0 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Mar 28 09:55:32 2025 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri Mar 28 09:55:32 2025 +0100 Added missing bytevector type to list of types in the manual (reported by Anton Idukov) diff --git a/manual/Types b/manual/Types index 77ed8394..988a2f95 100644 --- a/manual/Types +++ b/manual/Types @@ -140,6 +140,7 @@ or {{:}} should follow the syntax given below: <tr><td>{{keyword}}</td><td>keyword object</td></tr> <tr><td>{{true}}</td><td>boolean true</td></tr> <tr><td>{{vector}}</td><td>vector</td></tr> +<tr><td>{{bytevector}}</td><td>bytevector</td></tr> </table> <table>Trap