Skip to content

Commit 9d4c315

Browse files
committed
Update rtext.c
1 parent f7d03ef commit 9d4c315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rtext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ const char *TextSubtext(const char *text, int position, int length)
15781578
}
15791579

15801580
// Replace text string
1581-
// REQUIRES: strlen(), strstr(), strncpy(), strcpy()
1581+
// REQUIRES: strstr(), strncpy(), strcpy()
15821582
// WARNING: Allocated memory must be manually freed
15831583
char *TextReplace(const char *text, const char *replace, const char *by)
15841584
{

0 commit comments

Comments
 (0)