From c66a05c62154fd072e20a960bb173d742401b4c9 Mon Sep 17 00:00:00 2001 From: Maxim Mihajlov <43277901+maximihajlov@users.noreply.github.com> Date: Mon, 14 Nov 2022 21:53:30 +0200 Subject: [PATCH] docs(ascii-art-justify): fix audit quote marks are misplaced in two audit questions --- subjects/ascii-art/justify/audit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/ascii-art/justify/audit.md b/subjects/ascii-art/justify/audit.md index 9b836ccb..adc9c772 100644 --- a/subjects/ascii-art/justify/audit.md +++ b/subjects/ascii-art/justify/audit.md @@ -24,7 +24,7 @@ Example: go run . --align=right something standard ###### Does it display the correct result at the center? -##### Try passing as arguments `"--align=justify 1 Two 4" shadow` +##### Try passing as arguments `--align=justify "1 Two 4" shadow` ###### Does it display the correct result justified? @@ -36,7 +36,7 @@ Example: go run . --align=right something standard ###### Does it display the correct result at the right side? -##### Try passing as arguments `--align=center #$%&\" thinkertoy` +##### Try passing as arguments `--align=center "#$%&\" thinkertoy` ###### Does it display the correct result at the center?