diff options
Diffstat (limited to 'lua/nvim-treesitter/locals.lua')
| -rw-r--r-- | lua/nvim-treesitter/locals.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/locals.lua b/lua/nvim-treesitter/locals.lua index 6f167d36..e0da2d02 100644 --- a/lua/nvim-treesitter/locals.lua +++ b/lua/nvim-treesitter/locals.lua @@ -177,7 +177,7 @@ end) -- -- "parent": Uses the parent of the containing scope, basically, skipping a scope -- "global": Uses the top most scope --- "local": Uses the containg scope of the definition. This is the default +-- "local": Uses the containing scope of the definition. This is the default -- -- @param node: the definition node -- @param bufnr: the buffer |
