Skip to content

Commit 8e10db2

Browse files
committed
src: Update comments
1 parent 795669c commit 8e10db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Tokens.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
interface
55

6-
// The RESERVED_... values are placeholder for compatibility with previous versions.
6+
// The RESERVED_... values are placeholders for compatibility with previous versions.
77
// This ensures the existing values are stable when new constants are defined for the existing logical blocks.
8-
// This is important to have 100% the same output in the A65 files.
8+
// It is important to have 100% the same output in the A65 files.
99
type
1010
TTokenKind = (
1111
UNTYPETOK,

0 commit comments

Comments
 (0)