From 4971a94ee9a2f4f6834e301970f5abf5fb3195f2 Mon Sep 17 00:00:00 2001 From: MSilva95 Date: Thu, 28 Oct 2021 12:33:47 +0100 Subject: [PATCH] fix reverse examples --- subjects/ascii-art/reverse/audit.md | 2 +- subjects/ascii-art/reverse/example.md | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/subjects/ascii-art/reverse/audit.md b/subjects/ascii-art/reverse/audit.md index d1388d17..c0ac9c9c 100644 --- a/subjects/ascii-art/reverse/audit.md +++ b/subjects/ascii-art/reverse/audit.md @@ -32,7 +32,7 @@ EX: go run . --reverse= ##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](example.md). -`(somthing&234)` +`something&234` ###### Does it display the value above? diff --git a/subjects/ascii-art/reverse/example.md b/subjects/ascii-art/reverse/example.md index 2543e0a0..7620f1d2 100644 --- a/subjects/ascii-art/reverse/example.md +++ b/subjects/ascii-art/reverse/example.md @@ -76,14 +76,14 @@ $ ### example05 ```console -__ _ _ _ _ _ _ _ __ _ __ __ _ __ $ -\ \ | | ( | ) _| || |_ | | (_) / / ___ ( ) / / \ \ /\| |/\ _ / / $ - \ \ | | V V |_ __ _| / __) / / ( _ ) |/ | | | | \ ` ' / _| |_ ______ / / $ - \ \ | | _| || |_ \__ \ / / / _ \/\ | | | | |_ _| |_ _| |______| / / $ - \ \ |_| |_ __ _| ( / / / _ | (_> < | | | | / , . \ |_| _ _ / / $ - \_\ (_) |_||_| |_| /_/ (_) \___/\/ | | | | \/|_|\/ ( ) (_) /_/ $ - \_\ /_/ |/ $ - $ +__ _ _ _ _ _ _ _ __ _ __ __ _ __ $ +\ \ | | ( | ) _| || |_ | | (_) / / ___ ( ) / / \ \ /\| |/\ _ / / $ + \ \ | | V V |_ __ _| / __) / / ( _ ) |/ | | | | \ ` ' / _| |_ ______ / / $ + \ \ | | _| || |_ \__ \ / / / _ \/\ | | | | |_ _| |_ _| |______| / / $ + \ \ |_| |_ __ _| ( / / / _ | (_> < | | | | / , . \ |_| _ _ / / $ + \_\ (_) |_||_| |_| /_/ (_) \___/\/ | | | | \/|_|\/ ( ) (_) /_/ $ + \_\ /_/ |/ $ + $ $ ```