1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-07 15:25:31 +00:00

Merge pull request #1725 from polluks2/patch-4

typo in markdown
This commit is contained in:
Bob Andrews
2022-05-06 13:05:01 +02:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ This is an ongoing controversial topic - everyone knows that. However, the follo
* No extra spaces at the end of lines.
* All text files must end with new-line characters. Don't leave the last line "dangling".
The (bash) scipts used to check the above rules can be found in ```.github/check```. You can also run all checks using ```make check```.
The (bash) scripts used to check the above rules can be found in ```.github/check```. You can also run all checks using ```make check```.
### misc