From 3f4df2bff017aa3ad1e460885057abb29f6bb7c8 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Tue, 25 Feb 2025 13:52:41 +0200 Subject: [PATCH] docs(iferr): update --- lua/gopher/iferr.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"