From 0f9928b611c879bbcb305acde5d560b4cb79d5fe Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Tue, 22 Aug 2023 22:31:37 +0300 Subject: [PATCH] I changed so much its basically a new project --- strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings.c b/strings.c index adf615f..7480802 100644 --- a/strings.c +++ b/strings.c @@ -64,7 +64,7 @@ char *append(char *str, char c) } /** - * string_toupper - changes all lowercase letters of a string + * str_up - changes all lowercase letters of a string * to uppercase * @s: string to modify *