From 76739f7d830c369c1348d17eeb689210e0d99b18 Mon Sep 17 00:00:00 2001 From: jrosendo Date: Mon, 7 Nov 2022 16:41:55 +0000 Subject: [PATCH] docs(displayS): fixed subject --- subjects/displays/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/displays/README.md b/subjects/displays/README.md index 397cd3f5..709f0196 100644 --- a/subjects/displays/README.md +++ b/subjects/displays/README.md @@ -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