docs(displayS): fixed subject

This commit is contained in:
jrosendo 2022-11-07 16:41:55 +00:00 committed by José Rosendo
parent fee07c8249
commit 76739f7d83
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Write a program that displays an `S` character on the standard followed by newlines (`'\n'`)
Write a program that displays the character `S` on followed by a newline `\n`.
### Usage