We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795669c commit 8e10db2Copy full SHA for 8e10db2
src/Tokens.pas
@@ -3,9 +3,9 @@
3
4
interface
5
6
-// The RESERVED_... values are placeholder for compatibility with previous versions.
+// The RESERVED_... values are placeholders for compatibility with previous versions.
7
// 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.
+// It is important to have 100% the same output in the A65 files.
9
type
10
TTokenKind = (
11
UNTYPETOK,
0 commit comments