From 7d77b74b7c98c40f59e3feff9df1a0244f06ae23 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Mon, 7 Apr 2025 07:34:59 +0300 Subject: [PATCH] Fixing the documentation internal links to work --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3a1dc7..ac5b912 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ conforming to some specification. - [pffi-array?](#pffi-is-array) - [pffi-pointer->array](#pffi-pointer-to-array) - [pffi-array-get](#pffi-array-get) - - [pffi-array-set!](#pffi-array-set!) + - [pffi-array-set!](#pffi-array-set) - [pffi-list->array](#pffi-list-to-array) - [pffi-array->list](#pffi-array-to-list) - [pffi-define](#pffi-define) @@ -525,7 +525,7 @@ Converts given pointer to an array of giben type and size. Returns the value of given index from given array. #### pffi-array-set! - + **pffi-array-set!** array index value