lewish / asciiflow

ASCIIFlow

Home Page:https://asciiflow.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong label for semicolon comments

myerspliers opened this issue · comments

Two small things in the Download options:

  1. Apostrophies is misspelled. It should be Apostrophes.
  2. The Semicolon comment type is mislabeled as Apostrophies.
    image

Some other suggestions:
It might be more natural to use the singular name of the comment character if there is only one character.

Hash # -- not plural since there is just one character at the beginning of the line
Slashes // -- keep the plural since there are two
Dashes -- -- keep plural
Apostrophe ' -- singular since there is only one on the line
Backticks multi-line ``` ```
Four spaces ␣␣␣␣ -- make this wider so it looks like four spaces in a monospaced font - or use the open box (U+2423) character?
Semicolon ; -- singular

Fixed in #214