From b1960dc26b8f2ddc07be138f2a9be21b7d5b6357 Mon Sep 17 00:00:00 2001 From: jrosendo Date: Mon, 7 Nov 2022 14:32:10 +0000 Subject: [PATCH] docs(only1): fixed subject - syntax fix --- subjects/only1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/only1/README.md b/subjects/only1/README.md index 7cf3385b..0bd04e39 100644 --- a/subjects/only1/README.md +++ b/subjects/only1/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a program that displays a `1` character on the standard output. (and nothing else) +Write a program that displays a `1` character on the standard output and nothing else. ### Usage