From 503c99d7666f17156dfff1348f4fb503caf4147a Mon Sep 17 00:00:00 2001 From: badhi Date: Sun, 13 Feb 2022 13:30:50 +0530 Subject: typo fix --- lua/nvim-treesitter/utils.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/nvim-treesitter/utils.lua') diff --git a/lua/nvim-treesitter/utils.lua b/lua/nvim-treesitter/utils.lua index 91ac9b59..06e0e03f 100644 --- a/lua/nvim-treesitter/utils.lua +++ b/lua/nvim-treesitter/utils.lua @@ -17,7 +17,7 @@ end --- ---@param mod string, Name of the module that resides in the heirarchy - nvim-treesitter.module ---@param commands table, Command list for the module ---- _ {command_name} Name of the vim user defined command, Keys: +--- - {command_name} Name of the vim user defined command, Keys: --- - {run}: (function) callback function that needs to be executed --- - {f_args}: (string, default ) --- - type of arguments that needs to be passed to the vim command -- cgit v1.2.3