From bc2c80202ea875923eaef3b69f1028466c43ab54 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Mon, 7 Apr 2025 07:46:25 +0300 Subject: [PATCH] Fixing the documentation internal links to work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f44725f..2626aec 100644 --- a/README.md +++ b/README.md @@ -432,7 +432,7 @@ Returns the address of given pointer as number. #### pffi-pointer? - **pffi-pointer?** object -> boolean + pffi-pointer? object -> boolean Returns #t if given object is pointer, #f otherwise.