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 |_ __ _| / __) / / ( _ ) |/ | | | | \ ` ' / _| |_ ______ / / $ + \ \ | | _| || |_ \__ \ / / / _ \/\ | | | | |_ _| |_ _| |______| / / $ + \ \ |_| |_ __ _| ( / / / _ | (_> < | | | | / , . \ |_| _ _ / / $ + \_\ (_) |_||_| |_| /_/ (_) \___/\/ | | | | \/|_|\/ ( ) (_) /_/ $ + \_\ /_/ |/ $ + $ $ ```