diff -r 34d60b1664f2 -r d825aca193d3 src/cx/string.h --- a/src/cx/string.h Tue Feb 11 19:37:53 2025 +0100 +++ b/src/cx/string.h Tue Feb 11 19:41:02 2025 +0100 @@ -680,7 +680,7 @@ * @param string the string to split * @param delim the delimiter * @param limit the maximum number of split items - * @param output a pre-allocated array of at least @p limit length + * @param output a preallocated array of at least @p limit length * @return the actual number of split items */ cx_attr_nodiscard @@ -735,7 +735,7 @@ * @param string the string to split * @param delim the delimiter * @param limit the maximum number of split items - * @param output a pre-allocated array of at least @p limit length + * @param output a preallocated array of at least @p limit length * @return the actual number of split items */ cx_attr_nodiscard