aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/fs.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/fs.lua')
-rw-r--r--lua/conform/fs.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conform/fs.lua b/lua/conform/fs.lua
index 187bd7c..d3b5fed 100644
--- a/lua/conform/fs.lua
+++ b/lua/conform/fs.lua
@@ -30,7 +30,7 @@ M.abspath = function(path)
return path
end
---- Returns true if candidate is a subpath of root, or if they are the same path.
+---Returns true if candidate is a subpath of root, or if they are the same path.
---@param root string
---@param candidate string
---@return boolean