diff --git a/docs/src/using-parsers/3-advanced-parsing.md b/docs/src/using-parsers/3-advanced-parsing.md index df13fe30..bffd35ea 100644 --- a/docs/src/using-parsers/3-advanced-parsing.md +++ b/docs/src/using-parsers/3-advanced-parsing.md @@ -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