mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix typo in manual.
* doc/ref/api-foreign.texi (Void Pointers and Byte Access): (rnrs bytevector) --> (rnrs bytevectors).
This commit is contained in:
parent
a8b80d6b29
commit
caa3d99be9
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ Unpack the pointer value from a pointer object.
|
|||
Wrapped pointers are untyped, so they are essentially equivalent to C
|
||||
@code{void} pointers. As in C, the memory region pointed to by a
|
||||
pointer can be accessed at the byte level. This is achieved using
|
||||
@emph{bytevectors} (@pxref{Bytevectors}). The @code{(rnrs bytevector)}
|
||||
@emph{bytevectors} (@pxref{Bytevectors}). The @code{(rnrs bytevectors)}
|
||||
module contains procedures that can be used to convert byte sequences to
|
||||
Scheme objects such as strings, floating point numbers, or integers.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue