refactor(string): delete wrong string_copy doc

This commit is contained in:
2025-12-03 08:04:52 +01:00
parent f8dcae213d
commit e7f2d6cdeb

View File

@@ -90,7 +90,6 @@ char *string_cstr(string_s *string);
* @return Newly allocated null-terminated buffer, or NULL on failure. * @return Newly allocated null-terminated buffer, or NULL on failure.
* *
* @note The caller is responsible for freeing the returned buffer with free(). * @note The caller is responsible for freeing the returned buffer with free().
* See string_lock().
*/ */
char *string_copy(string_s *string); char *string_copy(string_s *string);