mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
Fix doc typo
This commit is contained in:
parent
ff1c77b206
commit
7a193b51bd
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ get_named_children(node)~
|
||||||
|
|
||||||
Returns a table of named children of `node`.
|
Returns a table of named children of `node`.
|
||||||
|
|
||||||
*ts_utilsiget_next_node*
|
*ts_utils.get_next_node*
|
||||||
get_next_node(node, allow_switch_parent, allow_next_parent)~
|
get_next_node(node, allow_switch_parent, allow_next_parent)~
|
||||||
|
|
||||||
Returns the next node within the same parent.
|
Returns the next node within the same parent.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue