Skip to content

Commit 48fb7e3

Browse files
committed
comments
1 parent ffc04da commit 48fb7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/compiler/utils.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function M.file_exists(filename)
9999
end
100100

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

0 commit comments

Comments
 (0)