src/cx/string.h

changeset 1185
d825aca193d3
parent 1180
4c3a69b9723a
child 1193
cfa44f3f5e3b
--- 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

mercurial