Rephrasing a sentence about recognizing .ti files

You can only 'recognize' something you already know and 'another thing',
while not necessarily wrong does not seem right here when there isn't a
'first thing' to notice.
This commit is contained in:
Johannes Schmidt 2025-04-22 12:14:48 +02:00
parent 28863a0e41
commit 8ac7153120

View File

@ -746,7 +746,7 @@ pgsql\_shim | Library stub for linking against the PgSQL client libraries.
#### Class Compiler <a id="development-develop-design-patterns-class-compiler"></a> #### Class Compiler <a id="development-develop-design-patterns-class-compiler"></a>
Another thing you will recognize are the `.ti` files which are compiled Something else you might notice are the `.ti` files which are compiled
by our own class compiler into actual source code. The meta language allows by our own class compiler into actual source code. The meta language allows
developers to easily add object attributes and specify their behaviour. developers to easily add object attributes and specify their behaviour.