From 55902c7d8a4416db1336ed9da672d06cc943b51d Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Tue, 21 Jan 2020 12:47:01 +0000 Subject: [PATCH] Update ascii-art.en.md --- subjects/ascii-art/ascii-art.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/ascii-art.en.md b/subjects/ascii-art/ascii-art.en.md index 41302ae48..fce24953a 100644 --- a/subjects/ascii-art/ascii-art.en.md +++ b/subjects/ascii-art/ascii-art.en.md @@ -2,7 +2,7 @@ ### Objectives -Ascii-art consists on receiving a `string` has an argument and outputting the `string` in a graphic representation of ASCII. +Ascii-art consists on receiving a `string` as an argument and outputting the `string` in a graphic representation of ASCII. - This project should handle numbers, letters, spaces, special characters and `\n`. - Take a look on the ASCII manual.