diff options
| author | Dundar Göc <gocdundar@gmail.com> | 2021-11-01 22:35:31 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-11-02 23:47:48 +0100 |
| commit | 6a4fdb317d42a8462621764ff97ad3bc8ff496cf (patch) | |
| tree | 7bb071c1bbfb03f91fcc03423a403888c4ff6246 /lua/nvim-treesitter/locals.lua | |
| parent | 968621dfadd6ea8f42eb97f394c95059f10daa22 (diff) | |
chore: fix typos
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 |
