Explorar o código

Remove comment

Ray %!s(int64=5) %!d(string=hai) anos
pai
achega
c3386300d3
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/text.c

+ 0 - 1
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)
 {