docs: replace TSInput by TSInputEdit in "Advanced Parsing"
This commit is contained in:
parent
c60264b87f
commit
99c121bfe8
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ Then, you can call `ts_parser_parse` again, passing in the old tree. This will c
|
|||
with the old tree.
|
||||
|
||||
When you edit a syntax tree, the positions of its nodes will change. If you have stored any `TSNode` instances outside of
|
||||
the `TSTree`, you must update their positions separately, using the same `TSInput` value, in order to update their
|
||||
the `TSTree`, you must update their positions separately, using the same `TSInputEdit` value, in order to update their
|
||||
cached positions.
|
||||
|
||||
```c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue