Skip to content

Commit

Permalink
chore: correct typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Mar 11, 2023
1 parent 78b87b0 commit 2482d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neotest-haskell/runner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 2482d49

Please sign in to comment.