Skip to content

Commit 66c450f

Browse files
committed
Grammar
1 parent da01bba commit 66c450f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ This program creates an executable BASIC file that works on the Model
2222
100, the Tandy 102, Tandy 200, Kyocera Kyotronic-85, and Olivetti M10.
2323
Those five machine have [identical
2424
tokenization](http://fileformats.archiveteam.org/wiki/Tandy_200_BASIC_tokenized_file).
25-
This does not (yet) work for the NEC PC-8201/8201A/8300 whose N82 BASIC
25+
It does not (yet) work for the NEC PC-8201/8201A/8300 whose N82 BASIC
2626
has a different tokenization.
2727

2828
Additionally, this project provides a decommenter and cruncher
2929
(whitespace remover) to save bytes in the tokenized output. This
30-
allows one to have both well-commented and easy to read source code
31-
and a small executable size.
30+
allows one to have both well-commented, easy to read source code and a
31+
small executable size.
3232

3333
## Introduction
3434

0 commit comments

Comments
 (0)