~ chicken-core (chicken-5) 166640a5fb7954e28800c9f3aa6dcddc062faddc
commit 166640a5fb7954e28800c9f3aa6dcddc062faddc Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sat Apr 19 14:09:52 2025 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sat Apr 19 14:09:52 2025 +0200 fix stale text in bytevector docs diff --git a/manual/Module (chicken bytevector) b/manual/Module (chicken bytevector) index db8fe83f..d9ab0e08 100644 --- a/manual/Module (chicken bytevector) +++ b/manual/Module (chicken bytevector) @@ -3,11 +3,8 @@ == Module (chicken bytevector) -This module contains procedures for dealing with "bytevectors". Blobs are -unstructured byte arrays (basically "binary strings"). You can't do -much with them, but they allow conversion to and from -[[Module srfi-4|SRFI-4 number vectors]] which define how to access a -bytevector's byte contents. +This module contains procedures for dealing with "bytevectors", +fixed-size sequences of unsigned 8-bit integers. === bytevectorTrap