diff --git a/lua/gopher/iferr.lua b/lua/gopher/iferr.lua index bcd4b24..5307554 100644 --- a/lua/gopher/iferr.lua +++ b/lua/gopher/iferr.lua @@ -1,7 +1,7 @@ ---@toc_entry Iferr ---@tag gopher.nvim-iferr ---@text if you're using `iferr` tool, this module provides a way to automatically insert `if err != nil` check. ----@usage execute `:GoIfErr` near any err variable to insert the check +---@usage execute `:GoIfErr` near any `err` variable to insert the check local c = require "gopher.config" local log = require "gopher._utils.log"