s/TSLength/TSPoint

This commit is contained in:
joshvera 2015-11-18 16:46:09 -08:00
parent 6485e27d70
commit eb2a18cf16

View file

@ -168,7 +168,7 @@ TSLength ts_node_size(TSNode self) {
return ts_node__tree(self)->size;
}
TSLength ts_node_point(TSNode self) {
TSPoint ts_node_point(TSNode self) {
return ts_node__tree(self)->size_point;
}