diff -r 5c926801f052 -r 04c53b3c8378 docs/src/features.md --- a/docs/src/features.md Sun Feb 18 13:38:42 2024 +0100 +++ b/docs/src/features.md Sun Feb 18 21:12:28 2024 +0100 @@ -318,7 +318,7 @@ If you just want to add one single element to an existing array, you can use the macro `cx_array_add()`. In that case, since the element is added to the end of the array, the `capacity` argument is mandatory. -You can use `cx_array_declare()` to declare the necessary fields within a structure and then use the +You can use `CX_ARRAY_DECLARE()` to declare the necessary fields within a structure and then use the `cx_array_simple_*()` convenience macros to reduce code overhead. ## Map