fix: typos (#82)
* docs(gotests): update and fix * fix(health): typos * docs(impl): update and fix typos * docs(config): typos * docs(iferr): update * typos * docs(struct_tags): update * docs: fix typos * docs: Capitalization * docgen
This commit is contained in:
parent
cd8a5efc88
commit
837897a79d
10 changed files with 96 additions and 86 deletions
|
|
@ -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
|
||||
---@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
|
||||
|
||||
local c = require "gopher.config"
|
||||
local log = require "gopher._utils.log"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue