From 8ac71531207111f590b1db3924b11ec2f0c4247a Mon Sep 17 00:00:00 2001 From: Johannes Schmidt Date: Tue, 22 Apr 2025 12:14:48 +0200 Subject: [PATCH] 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. --- doc/21-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/21-development.md b/doc/21-development.md index 32d594f6d..8c57e7074 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -746,7 +746,7 @@ pgsql\_shim | Library stub for linking against the PgSQL client libraries. #### Class Compiler -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 developers to easily add object attributes and specify their behaviour.