From c3386300d34f77442beefcf7bfb857718e5c74fe Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 4 Mar 2020 18:23:31 +0100 Subject: [PATCH] Remove comment --- src/text.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/text.c b/src/text.c index 58596f8fc..12e3cf3ef 100644 --- a/src/text.c +++ b/src/text.c @@ -1228,7 +1228,6 @@ char *TextReplace(char *text, const char *replace, const char *by) } // Insert text in a specific position, moves all text forward -// REQUIRES: strcpy() // WARNING: Allocated memory should be manually freed char *TextInsert(const char *text, const char *insert, int position) {