From df8d36b8d5d62288cf8c37ed811488bdd26babc3 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sun, 10 Mar 2024 11:52:23 +0300 Subject: [PATCH] str_replace.c: change to-do style --- c-programming/strings/str_replace.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/c-programming/strings/str_replace.c b/c-programming/strings/str_replace.c index 189dfc3..6910daa 100644 --- a/c-programming/strings/str_replace.c +++ b/c-programming/strings/str_replace.c @@ -4,8 +4,7 @@ * Author: Intel A80486DX2-66 * License: Creative Commons Zero 1.0 Universal * - * To-Do: - * - add ability to replace from the end (negative value of max_count) + * TODO: Add ability to replace from the end (negative value of max_count) */ #include "str_replace.h"