lewish / asciiflow

ASCIIFlow
https://asciiflow.com
MIT License
4.64k stars 357 forks source link

Wrong label for semicolon comments #218

Closed myerspliers closed 2 years ago

myerspliers commented 2 years ago

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

lewish commented 2 years ago

Fixed in https://github.com/lewish/asciiflow/pull/214