From 2482d49339bd96dfa33202e130f04b03d1981c2c Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Sat, 11 Mar 2023 23:15:26 +0100 Subject: [PATCH] chore: correct typo in comment --- lua/neotest-haskell/runner.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/neotest-haskell/runner.lua b/lua/neotest-haskell/runner.lua index cd9fb9c..f52f4ae 100644 --- a/lua/neotest-haskell/runner.lua +++ b/lua/neotest-haskell/runner.lua @@ -33,7 +33,7 @@ local function get_package_name(package_root) return package_name end end - -- XXX: Here, we assume the package is named the same as the directory is in. + -- XXX: Here, we assume the package is named the same as the directory. -- This is usually the case, but doesn't have to be. -- A more stable option would be to parse the package.yaml. return vim.fn.fnamemodify(package_root, ':t')