From 26c7ea5d72b901abfb74419a5ac239c34007d0f0 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Mon, 21 Jul 2025 19:48:41 +0300 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a908304..654f0f8 100644 --- a/README.md +++ b/README.md @@ -404,7 +404,7 @@ Frees _c-bytevector_ from memory. Calls _thunk_ with address pointer of _c-bytevector_. 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. Example: