From fef1a4849bd7477ad9c3bf933dcd86c7f3cad926 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 14 Sep 2021 13:17:08 +0100 Subject: [PATCH] more rephrasing --- subjects/ascii-art/color/audit.md | 2 +- subjects/ascii-art/fs/audit.md | 20 ++++++++++---------- subjects/ascii-art/justify/audit.md | 2 +- subjects/ascii-art/output/audit.md | 2 +- subjects/ascii-art/reverse/audit.md | 2 +- subjects/ascii-art/reverse/example.md | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index aa1c2272..9777034f 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -10,7 +10,7 @@ Usage: go run . [STRING] [OPTION] EX: go run . something --color= ``` -###### Does it display the correct result as above? +###### Does it display the same result as above? ##### Try passing as arguments `"hello world" --color=red`. diff --git a/subjects/ascii-art/fs/audit.md b/subjects/ascii-art/fs/audit.md index 686dda8d..876717ca 100644 --- a/subjects/ascii-art/fs/audit.md +++ b/subjects/ascii-art/fs/audit.md @@ -10,7 +10,7 @@ Usage: go run . [STRING] [BANNER] EX: go run . something standard ``` -###### Does it display the correct result as above? +###### Does it display the same result as above? ##### Try passing as arguments `"hello" standard | cat -e` @@ -25,7 +25,7 @@ EX: go run . something standard $ ``` -###### Does it display the string in the right template as an ASCII art representation as above? +###### Does it display the string in the right template as an ASCII art representation as shown above? ##### Try passing as arguments `"hello world" shadow | cat -e` @@ -40,7 +40,7 @@ _| _| _|_|_| _| _| _|_| _| _| _|_| _| _| $ ``` -###### Does it display the string in the right template as an ASCII art representation as above? +###### Does it display the string in the right template as an ASCII art representation as shown above? ##### Try passing as arguments `"nice 2 meet you" thinkertoy | cat -e` @@ -55,7 +55,7 @@ o o | o-o o-o o--o o o o o-o o-o o o--O o-o o--o $ o--o $ ``` -###### Does it display the string in the right template as an ASCII art representation as above? +###### Does it display the string in the right template as an ASCII art representation as shown above? ##### Try passing as arguments `"you & me" standard | cat -e` @@ -70,7 +70,7 @@ o o | o-o o-o o--o o o o o-o o-o o o--O o-o o--o $ |___/ $ ``` -###### Does it display the string in the right template as an ASCII art representation as above? +###### Does it display the string in the right template as an ASCII art representation as shown above? ##### Try passing as arguments `"123" shadow | cat -e` @@ -85,7 +85,7 @@ _|_| _| _| _| $ $ ``` -###### Does it display the string in the right template as an ASCII art representation as above? +###### Does it display the string in the right template as an ASCII art representation as shown above? ##### Try passing as arguments `"/(\")" thinkertoy | cat -e` @@ -100,7 +100,7 @@ o \ / $ $ ``` -###### Does it display the string in the right template as an ASCII art representation as above? +###### Does it display the string in the right template as an ASCII art representation as shown above? ##### Try passing as arguments `"ABCDEFGHIJKLMNOPQRSTUVWXYZ" shadow | cat -e` @@ -115,7 +115,7 @@ _| _| _|_|_| _|_|_| _|_|_| _|_|_|_| _| _|_|_| _| _| _|_|_| $ ``` -###### Does it display the string in the right template as an ASCII art representation as above? +###### Does it display the string in the right template as an ASCII art representation as shown above? ##### Try passing as arguments `"\"#$%&/()*+,-./" thinkertoy | cat -e` @@ -130,7 +130,7 @@ _| _| _|_|_| _|_|_| _|_|_| _|_|_|_| _| _|_|_| _| _| _|_|_| $ ``` -###### Does it display the string in the right template as an ASCII art representation as above? +###### Does it display the string in the right template as an ASCII art representation as shown above? ##### Try passing as arguments `"It's Working" thinkertoy | cat -e` @@ -145,7 +145,7 @@ _| _| _|_|_| _|_|_| _|_|_| _|_|_|_| _| _|_|_| _| _| _|_|_| o--o $ ``` -###### Does it display the string in the right template as an ASCII art representation as above? +###### Does it display the string in the right template as an ASCII art representation as shown above? ##### Try passing as arguments a random string with upper and lower case letters followed by one of the templates names (standard, shadow, thinkertoy, or other). diff --git a/subjects/ascii-art/justify/audit.md b/subjects/ascii-art/justify/audit.md index 60ba3983..05d99e2d 100644 --- a/subjects/ascii-art/justify/audit.md +++ b/subjects/ascii-art/justify/audit.md @@ -10,7 +10,7 @@ Usage: go run . [STRING] [BANNER] [OPTION] EX: go run . something standard --align=right ``` -###### Does it display the correct result as above? +###### Does it display the same result as above? ##### Try passing as arguments `"left standard --align=right"` diff --git a/subjects/ascii-art/output/audit.md b/subjects/ascii-art/output/audit.md index fb6f0dce..32c58b91 100644 --- a/subjects/ascii-art/output/audit.md +++ b/subjects/ascii-art/output/audit.md @@ -10,7 +10,7 @@ Usage: go run . [STRING] [BANNER] [OPTION] EX: go run . something standard --output= ``` -###### Does it display the correct result as above? +###### Does it display the same result as above? ##### Try passing as arguments `"First\nTest" shadow --output=test00.txt` diff --git a/subjects/ascii-art/reverse/audit.md b/subjects/ascii-art/reverse/audit.md index 41d18e86..d1388d17 100644 --- a/subjects/ascii-art/reverse/audit.md +++ b/subjects/ascii-art/reverse/audit.md @@ -10,7 +10,7 @@ Usage: go run . [OPTION] EX: go run . --reverse= ``` -###### Does it display the correct result as above? +###### Does it display the same result as above? ##### Try passing to the reverse flag `"--reverse=example00.txt"` the [example 00](example.md). diff --git a/subjects/ascii-art/reverse/example.md b/subjects/ascii-art/reverse/example.md index c7d4a455..2543e0a0 100644 --- a/subjects/ascii-art/reverse/example.md +++ b/subjects/ascii-art/reverse/example.md @@ -1,7 +1,7 @@ ## ascii-reverse-examples - Create your file and copy the examples into it. -- For better understanding and formatting purpose, we added the dollar sign ($) at the end, this can be copied if you want, choose wisely! +- For a better understanding and formatting purpose, we added the dollar sign ($) at the end. This can be copied if you wish, choose wisely! ### example00