src/cx/string.h

changeset 1193
cfa44f3f5e3b
parent 1185
d825aca193d3
--- a/src/cx/string.h	Tue Feb 11 21:05:24 2025 +0100
+++ b/src/cx/string.h	Tue Feb 11 21:19:20 2025 +0100
@@ -52,7 +52,6 @@
     /**
      * A pointer to the string.
      * @note The string is not necessarily @c NULL terminated.
-     * Always use the length.
      */
     char *ptr;
     /** The length of the string */
@@ -71,7 +70,6 @@
     /**
      * A pointer to the immutable string.
      * @note The string is not necessarily @c NULL terminated.
-     * Always use the length.
      */
     const char *ptr;
     /** The length of the string */

mercurial