fix invalid docs for ts_tree_get_changed_ranges

This commit is contained in:
Björn Linse 2019-10-25 21:19:33 +02:00
parent 9b4b46ae11
commit 124ae30138
2 changed files with 2 additions and 2 deletions

View file

@ -369,8 +369,8 @@ void ts_tree_edit(TSTree *self, const TSInputEdit *edit);
* given `length` pointer.
*/
TSRange *ts_tree_get_changed_ranges(
const TSTree *self,
const TSTree *old_tree,
const TSTree *self,
uint32_t *length
);