Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Aug 20, 2023
1 parent ffc04da commit 48fb7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/compiler/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function M.file_exists(filename)
end

--- Function that returns the path of the .solution file if exists in the current
--- working directory root, or nil otherwise.
--- working directory's root, or nil otherwise.
---@return string|nil
function M.get_solution_file()
if M.file_exists(".solution.toml") then
Expand Down

0 comments on commit 48fb7e3

Please sign in to comment.