diff options
| author | Jonathan <jon.lundholm@gmail.com> | 2020-12-13 10:12:34 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2020-12-13 11:14:05 +0100 |
| commit | 7a193b51bdf3b2818db930335bd384f269071923 (patch) | |
| tree | 5e761be5999eace6814d708e44ccb988b10a1563 /doc | |
| parent | ff1c77b2062ee1e8ee79fb5362e443fb978ea38d (diff) | |
Fix doc typo
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nvim-treesitter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 48cbe756..63f6a89b 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -284,7 +284,7 @@ get_named_children(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)~ Returns the next node within the same parent. |
