From 9365f7cc9f293c9d75654688956d67323c0ac068 Mon Sep 17 00:00:00 2001 From: lee Date: Wed, 20 Nov 2019 10:08:44 +0000 Subject: [PATCH] removing letters and number --- subjects/ascii-art.en.md | 4 ++-- subjects/ascii-output.en.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/ascii-art.en.md b/subjects/ascii-art.en.md index d0c56004..3306d0db 100644 --- a/subjects/ascii-art.en.md +++ b/subjects/ascii-art.en.md @@ -2,7 +2,7 @@ ### Objectives -Ascii-art consists on receiving a `string` has an argument and outputing the `string` in a graphic representation of ASCII letters and numbers. +Ascii-art consists on receiving a `string` has an argument and outputting the `string` in a graphic representation of ASCII. This project will help you learn about : @@ -18,7 +18,7 @@ This project will help you learn about : - Your project must be written in **Go**. - The code must respect the **good practices**. - It is recommended that the code should present a **test file**. -- It will be given a `banner` file with a specific graphical template representation of ascii letters and numbers. +- It will be given a `banner` file with a specific graphical template representation of ASCII. ### Usage diff --git a/subjects/ascii-output.en.md b/subjects/ascii-output.en.md index 090d1017..6239b7de 100644 --- a/subjects/ascii-output.en.md +++ b/subjects/ascii-output.en.md @@ -2,7 +2,7 @@ ### Objectives -Ascii-art-output consists on receiving two strings. The first argument will be converted into a graphic representation of ASCII letters and numbers and written into a file named by using the second argument. +Ascii-art-output consists on receiving two strings. The first argument will be converted into a graphic representation of ASCII and written into a file named by using the second argument. - In case the second argument is not present it should print the graphic representation.