aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/runner.lua
diff options
context:
space:
mode:
authorIkko Eltociear Ashimine <eltociear@gmail.com>2023-10-06 00:53:20 +0900
committerGitHub <noreply@github.com>2023-10-05 08:53:20 -0700
commit603ede87f4676dae5b8170280cafbd2e28d9eaaa (patch)
tree8344ff4e4d090e0e16b5d51539e84b1bb9dda829 /lua/conform/runner.lua
parent7ad988c2509ff1869c26ecdabebadc7943e78f6f (diff)
doc: typo in runner.lua (#112)
ocurred -> occurred
Diffstat (limited to 'lua/conform/runner.lua')
-rw-r--r--lua/conform/runner.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conform/runner.lua b/lua/conform/runner.lua
index 9847c47..b77678f 100644
--- a/lua/conform/runner.lua
+++ b/lua/conform/runner.lua
@@ -40,7 +40,7 @@ M.level_for_code = function(code)
end
end
----Returns true if the error ocurred while attempting to run the formatter
+---Returns true if the error occurred while attempting to run the formatter
---@param code conform.ERROR_CODE
---@return boolean
M.is_execution_error = function(code)