Skip to content

Commit 7776a1e

Browse files
Update: formatted file for betty style documentation
1 parent 75294af commit 7776a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0x06-pointers_arrays_strings/5-string_toupper.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* string_toupper - Changes all lowercase letters to uppercase
55
*
6-
* @p: The string will be modified
6+
* @s: The string will be modified
77
*
88
* Return: char var
99
*/

0 commit comments

Comments
 (0)