We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75294af commit 7776a1eCopy full SHA for 7776a1e
0x06-pointers_arrays_strings/5-string_toupper.c
@@ -3,7 +3,7 @@
3
/**
4
* string_toupper - Changes all lowercase letters to uppercase
5
*
6
- * @p: The string will be modified
+ * @s: The string will be modified
7
8
* Return: char var
9
*/
0 commit comments