From 120f74723e694be4dc2f0033e01b24350dd73f19 Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Thu, 20 Nov 2025 09:56:01 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20typo=20in=20the=20page=20about=20?= =?UTF-8?q?ABI=C2=A0version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Of course I only catch that once they are already published… --- docs/src/using-parsers/7-abi-versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/using-parsers/7-abi-versions.md b/docs/src/using-parsers/7-abi-versions.md index d9df678a..30b6dcdf 100644 --- a/docs/src/using-parsers/7-abi-versions.md +++ b/docs/src/using-parsers/7-abi-versions.md @@ -14,7 +14,7 @@ A given version of the tree-sitter library is only able to load parsers which ha | >=0.20.3, <=0.24 | 13 | 14 | | >=0.25 | 13 | 15 | -By default, the tree-sitter CLI will generate parser using the latest available ABI for that version. Grammar authors can specify an older ABI (within the constraints _of the CLI_, which may be stricter than the library!) via the `--abi` option to the `generate` command: +By default, the tree-sitter CLI will generate parsers using the latest available ABI for that version. Grammar authors can specify an older ABI (within the constraints _of the CLI_, which may be stricter than the library!) via the `--abi` option to the `generate` command: ``` tree-sitter generate --abi= ```