docs/src/features.md

changeset 834
04c53b3c8378
parent 831
7970eac1c598
     1.1 --- a/docs/src/features.md	Sun Feb 18 13:38:42 2024 +0100
     1.2 +++ b/docs/src/features.md	Sun Feb 18 21:12:28 2024 +0100
     1.3 @@ -318,7 +318,7 @@
     1.4  
     1.5  If you just want to add one single element to an existing array, you can use the macro `cx_array_add()`.
     1.6  In that case, since the element is added to the end of the array, the `capacity` argument is mandatory.
     1.7 -You can use `cx_array_declare()` to declare the necessary fields within a structure and then use the
     1.8 +You can use `CX_ARRAY_DECLARE()` to declare the necessary fields within a structure and then use the
     1.9  `cx_array_simple_*()` convenience macros to reduce code overhead.
    1.10  
    1.11  ## Map

mercurial