From ac86faff7dff656ab6ea95eee4903a7cf91ac2e3 Mon Sep 17 00:00:00 2001 From: davhojt Date: Mon, 19 Sep 2022 12:35:57 +0300 Subject: [PATCH] fix(ascii-art-color): remove question syntax from last example --- subjects/ascii-art/color/audit.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index 9c860ad9..28d3d936 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -88,5 +88,4 @@ EX: go run . something --color= #### Bonus -###### +Can you use different notations for the flag "--color="? -###### Examples : `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` +###### +Can you use different notations for the `--color` flag? Examples: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`