diff --git a/c-programming/strings/str_replace.c b/c-programming/strings/str_replace.c index 061d694..e545cbe 100644 --- a/c-programming/strings/str_replace.c +++ b/c-programming/strings/str_replace.c @@ -1,7 +1,7 @@ /* * str_replace.c * - * TODO: Add ability to replace from the end (negative value of max_count) + * TODO: Add the ability to replace from the end * * Author: Intel A80486DX2-66 * License: Unlicense