aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform')
-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)