Browse Source

Merge pull request #421 from 01-edu/fix-ascii-audit

replacing ` for \'
pull/422/head
LEEDASILVA 5 years ago committed by GitHub
parent
commit
73911523d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/ascii-art/ascii-art.audit.en.md

2
subjects/ascii-art/ascii-art.audit.en.md

@ -128,7 +128,7 @@
|_| |_|
``` ```
###### Does it display the right graphical representation in ASCII as above? ###### Does it display the right graphical representation in ASCII as above?
##### Try passing `"[\]^_ \`a"` as argument. ##### Try passing `"[\]^_ 'a"` as argument.
``` ```
___ __ ___ /\ _ ___ __ ___ /\ _
| _| \ \ |_ | |/\| ( ) | _| \ \ |_ | |/\| ( )

Loading…
Cancel
Save