docs: fix typo in the page about ABI version
Of course I only catch that once they are already published…
This commit is contained in:
parent
02508d5570
commit
120f74723e
1 changed files with 1 additions and 1 deletions
|
|
@ -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=<DESIRED-ABI>
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue