Update readme

This commit is contained in:
retropikzel 2025-07-21 19:48:41 +03:00
parent ff286f41f4
commit 26c7ea5d72
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ Frees _c-bytevector_ from memory.
Calls _thunk_ with address pointer of _c-bytevector_. Calls _thunk_ with address pointer of _c-bytevector_.
Since the support for calling C functions taking pointer address arguments, Since the support for calling C functions taking pointer address arguments,
ones prefixrd with & in C, varies, some additional ceremony is needed on ones prefixed with & in C, varies, some additional ceremony is needed on
the Scheme side. the Scheme side.
Example: Example: