From e7f2d6cdeb8e41ed5d06d342794ca33587cad1aa Mon Sep 17 00:00:00 2001 From: Francesco Date: Wed, 3 Dec 2025 08:04:52 +0100 Subject: [PATCH] refactor(string): delete wrong string_copy doc --- string/mystring.h | 1 - 1 file changed, 1 deletion(-) diff --git a/string/mystring.h b/string/mystring.h index e312abd..276207f 100644 --- a/string/mystring.h +++ b/string/mystring.h @@ -90,7 +90,6 @@ char *string_cstr(string_s *string); * @return Newly allocated null-terminated buffer, or NULL on failure. * * @note The caller is responsible for freeing the returned buffer with free(). - * See string_lock(). */ char *string_copy(string_s *string);